From 13a1cc788559b916b6974dbdc49eed5fd7c0dcc2 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:37:05 +0100 Subject: [PATCH] Add option to include watched content in the Media Bar configuration --- Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js index 047824b..58455ca 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js @@ -45,6 +45,7 @@ const CONFIG = { randomizeLocalTrailers: false, preferLocalBackdrops: false, randomizeThemeVideos: false, + includeWatchedContent: false, waitForTrailerToEnd: true, startMuted: true, fullWidthVideo: true,