mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
3469fcfcaf
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue