mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed dead code from librarybrowser.js
This commit is contained in:
parent
9a4988ecbb
commit
7570243d42
20 changed files with 224 additions and 302 deletions
|
@ -19,7 +19,7 @@
|
|||
Fields: "DateCreated,SyncInfo,ItemCounts,PrimaryImageAspectRatio",
|
||||
StartIndex: 0
|
||||
},
|
||||
view: libraryBrowser.getSavedView(key) || libraryBrowser.getDefaultItemsView('Thumb', 'Thumb')
|
||||
view: libraryBrowser.getSavedView(key) || 'Thumb'
|
||||
};
|
||||
|
||||
pageData.query.ParentId = params.topParentId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue