mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add library display settings
This commit is contained in:
parent
0bf7dcaa32
commit
d4f197006a
8 changed files with 107 additions and 7 deletions
|
@ -132,6 +132,10 @@
|
|||
href: 'library.html',
|
||||
name: Globalize.translate('TabFolders')
|
||||
},
|
||||
{
|
||||
href: 'librarydisplay.html',
|
||||
name: Globalize.translate('TabDisplay')
|
||||
},
|
||||
{
|
||||
href: 'librarypathmapping.html',
|
||||
name: Globalize.translate('TabPathSubstitution')
|
||||
|
@ -144,7 +148,7 @@
|
|||
|
||||
$(document).on('pageshow', "#librarySettingsPage", function () {
|
||||
|
||||
LibraryMenu.setTabs('librarysetup', 2, getTabs);
|
||||
LibraryMenu.setTabs('librarysetup', 3, getTabs);
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
var page = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue