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();