mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added library grouping settings.
This commit is contained in:
parent
dc1da009b3
commit
d0f7690950
9 changed files with 80 additions and 30 deletions
|
@ -97,11 +97,7 @@
|
|||
|
||||
var userId = Dashboard.getCurrentUserId();
|
||||
|
||||
ApiClient.getItems(userId, {
|
||||
|
||||
SortBy: "SortName"
|
||||
|
||||
}).done(function (result) {
|
||||
ApiClient.getUserViews(userId).done(function (result) {
|
||||
|
||||
var items = result.Items;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue