Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a91784401 | ||
|
|
3f8777db9f | ||
|
|
4ec337a893 | ||
|
|
7366f2ca30 | ||
|
|
faabf13870 | ||
|
|
3e584fa419 | ||
|
|
13889c3c68 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.4.0.10</Version>
|
||||
<Version>1.4.0.12</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -3051,12 +3051,12 @@ const MediaBarEnhancedSettingsManager = {
|
||||
|
||||
// Buttons Container
|
||||
html += `
|
||||
<div style="margin-top:1em; display:flex; justify-content:space-between; align-items:center;">
|
||||
<div style="margin-top:1em; display:flex; justify-content:flex-end; align-items:center; gap:1.5em;">
|
||||
<button is="emby-button" type="button" class="raised button-cancel emby-button" id="mb-settings-reset" title="Reset to Server Defaults">
|
||||
<span>Defaults</span>
|
||||
<span>Load Server Defaults</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised button-submit emby-button" id="mb-settings-save">
|
||||
<span>Reload</span>
|
||||
<span>Save & Reload</span>
|
||||
</button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.4.0.10",
|
||||
"version": "1.4.0.12",
|
||||
"changelog": "- feat: Add client-side settings feature for selected media bar settings",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.4.0.10/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "9618570053f7acef445a034c1e2e044b",
|
||||
"timestamp": "2026-02-04T17:51:25Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.4.0.12/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "26edee51b52dcee4ecf388aa376f3869",
|
||||
"timestamp": "2026-02-04T18:07:40Z"
|
||||
},
|
||||
{
|
||||
"version": "1.3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user