Compare commits
4 Commits
788708370d
...
v1.7.0.14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb45e0cb43 | ||
|
|
19246c3a19 | ||
|
|
99b4b09306 | ||
|
|
563a1e5484 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.7.0.13</Version>
|
||||
<Version>1.7.0.14</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -1000,3 +1000,19 @@
|
||||
.layout-tv .backdrop-container{
|
||||
top: -5%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 960px) and (-webkit-device-pixel-ratio: 1) {
|
||||
.layout-tv .backdrop.animate {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
.layout-tv .logo.animate {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
.layout-tv .slide-counter,
|
||||
.layout-tv .dots-container {
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.7.0.13",
|
||||
"version": "1.7.0.14",
|
||||
"changelog": "- Add YouTube no-cookie host and referrer policy for iframe security to fix playback issues on iOS/MacOS",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.0.12/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "70589d1f3bd64896594d5312b49d974c",
|
||||
"timestamp": "2026-03-06T02:26:16Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.0.14/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "07875c74aab766657be3b8033be6d53f",
|
||||
"timestamp": "2026-03-06T03:13:48Z"
|
||||
},
|
||||
{
|
||||
"version": "1.6.6.4",
|
||||
|
||||
Reference in New Issue
Block a user