Compare commits
4 Commits
fc2491a4ef
...
v1.7.0.12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ba14d4df0 | ||
|
|
538138fcf3 | ||
|
|
08efb11d95 | ||
|
|
de62c794f9 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.7.0.11</Version>
|
||||
<Version>1.7.0.12</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -745,7 +745,7 @@ const SlideUtils = {
|
||||
const ytIframe = this.createElement('iframe', {
|
||||
id: 'modal-yt-player',
|
||||
src: `https://www.youtube-nocookie.com/embed/${videoId}?enablejsapi=1&origin=${encodeURIComponent(window.location.origin)}`,
|
||||
allow: 'autoplay; encrypted-media; fullscreen; picture-in-picture',
|
||||
allow: 'autoplay; encrypted-media',
|
||||
style: 'width: 100%; height: 100%; border: none;',
|
||||
referrerpolicy: 'strict-origin-when-cross-origin',
|
||||
allowfullscreen: 'true'
|
||||
@@ -1751,7 +1751,7 @@ const SlideCreator = {
|
||||
id: `youtube-player-${itemId}`,
|
||||
src: `https://www.youtube-nocookie.com/embed/${videoId}?enablejsapi=1&origin=${encodeURIComponent(window.location.origin)}`,
|
||||
style: "width: 100%; height: 100%; border: none;",
|
||||
allow: "autoplay; encrypted-media; fullscreen; picture-in-picture",
|
||||
allow: "autoplay; encrypted-media",
|
||||
referrerpolicy: "strict-origin-when-cross-origin",
|
||||
allowfullscreen: "true"
|
||||
});
|
||||
|
||||
@@ -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.11",
|
||||
"version": "1.7.0.12",
|
||||
"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.10/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "054793363c988cfd1dce37876a0e800f",
|
||||
"timestamp": "2026-03-06T02:02:52Z"
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"version": "1.6.6.4",
|
||||
|
||||
Reference in New Issue
Block a user