a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove unnecessary event listener

-6
-6
src/js/events.js
··· 41 41 if (libraryEl) { 42 42 libraryEl.tabIndex = 0; 43 43 libraryEl.addEventListener("click", () => libraryEl.focus()); 44 - // restore library focus styling when library regains focus 45 - libraryEl.addEventListener("focus", () => { 46 - if (librarySelection.currentFocusedItem) { 47 - librarySelection.currentFocusedItem.classList.add("library-focused"); 48 - } 49 - }); 50 44 } 51 45 52 46 // setup settings modal