1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

startup wizard fixes

This commit is contained in:
Luke Pulverenti 2015-10-26 14:23:46 -04:00
parent 2f160fcaa0
commit 78bf493400
9 changed files with 16 additions and 12 deletions

View file

@ -1035,7 +1035,7 @@ var Dashboard = {
name: Globalize.translate('TabLibrary'),
divider: true,
href: "library.html",
selected: page.classList.contains("mediaLibraryPage"),
selected: page.classList.contains("librarySectionPage"),
icon: 'video-library'
}, {
name: Globalize.translate('TabMetadata'),