From 9de268caa7e5812cfb000b3fc61400dc134f6ad3 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:28:06 +0100 Subject: [PATCH] , --- .../Web/mediaBarEnhanced.js | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js index bfbd533..2d3dd18 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js @@ -2560,29 +2560,6 @@ const SlideshowManager = { e.preventDefault(); break; - // case "ArrowDown": - // // Manually shift focus to the content below the slideshow - // const contentBelow = document.querySelector('.homeSectionsContainer'); - // if (contentBelow) { - // const focusable = contentBelow.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'); - // if (focusable) { - // focusable.focus(); - // e.preventDefault(); - // } - // } - // break; - - // case "ArrowUp": - // // Manually shift focus to the header (Search/User) - // const header = document.querySelector('.skinHeader'); - // if (header) { - // const focusable = header.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'); - // if (focusable) { - // focusable.focus(); - // e.preventDefault(); - // } - // } - // break; case " ": // Space bar this.togglePause();