From 9427e3e53535cdf70fc3d4cdc59e3985dd17aee8 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:52:34 +0100 Subject: [PATCH] Remove autoplay and loop attributes from video backdrop configuration --- Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js index 1f999b6..ae802a6 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js @@ -1856,9 +1856,7 @@ const SlideCreator = { const videoAttributes = { className: "backdrop video-backdrop", src: (typeof trailerUrl === 'object' ? trailerUrl.url : trailerUrl), - autoplay: false, preload: "auto", - loop: false, disablePictureInPicture: true, style: "object-fit: cover; object-position: center center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none;" };