Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2db3056511 | ||
|
|
2cc038e164 | ||
|
|
aa2df6e035 | ||
|
|
ff41618879 |
@@ -12,7 +12,7 @@
|
|||||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||||
<Authors>CodeDevMLH</Authors>
|
<Authors>CodeDevMLH</Authors>
|
||||||
<Version>1.4.0.0</Version>
|
<Version>1.4.0.1</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ const initLoadingScreen = () => {
|
|||||||
if (!isHomePage) return;
|
if (!isHomePage) return;
|
||||||
|
|
||||||
// Check LocalStorage for cached preference to avoid flash
|
// Check LocalStorage for cached preference to avoid flash
|
||||||
const cachedSetting = localStorage.getItem('mediaBarEnhanced_enableLoadingScreen');
|
const cachedSetting = localStorage.getItem('mediaBarEnhanced-enableLoadingScreen');
|
||||||
if (cachedSetting === 'false') {
|
if (cachedSetting === 'false') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -443,7 +443,7 @@ const fetchPluginConfig = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sync to LocalStorage for next load
|
// Sync to LocalStorage for next load
|
||||||
localStorage.setItem('mediaBarEnhanced_enableLoadingScreen', CONFIG.enableLoadingScreen);
|
localStorage.setItem('mediaBarEnhanced-enableLoadingScreen', CONFIG.enableLoadingScreen);
|
||||||
|
|
||||||
console.log("✅ MediaBarEnhanced config loaded", CONFIG);
|
console.log("✅ MediaBarEnhanced config loaded", CONFIG);
|
||||||
}
|
}
|
||||||
@@ -3216,6 +3216,6 @@ window.mediaBarEnhanced = {
|
|||||||
|
|
||||||
initLoadingScreen();
|
initLoadingScreen();
|
||||||
|
|
||||||
loadPluginConfig().then(() => {
|
fetchPluginConfig().then(() => {
|
||||||
startLoginStatusWatcher();
|
startLoginStatusWatcher();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "1.4.0.0",
|
"version": "1.4.0.1",
|
||||||
"changelog": "- feat: Add client-side settings feature for selected media bar settings",
|
"changelog": "- feat: Add client-side settings feature for selected media bar settings",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.4.0.0/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.4.0.1/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
"checksum": "73533ec26667705ee845ccff2b5f3769",
|
"checksum": "4068c03b1ab809906d64d4faed1c1b0e",
|
||||||
"timestamp": "2026-02-04T12:46:16Z"
|
"timestamp": "2026-02-04T15:01:50Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.3.0.3",
|
"version": "1.3.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user