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

#91 - Indicate who is the default library/user

This commit is contained in:
Luke Pulverenti 2013-04-28 13:37:01 -04:00
parent 7c43c7858a
commit c513738514

View file

@ -787,7 +787,7 @@ var Dashboard = {
href: "dashboard.html",
selected: pageElem.id == "dashboardPage"
}, {
name: "Media Library",
name: "Default Media Library",
href: "library.html",
selected: pageElem.id == "mediaLibraryPage" && !getParameterByName('userId')
}, {