mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
web client re-org
This commit is contained in:
parent
ea285c28ef
commit
d5780727eb
81 changed files with 571 additions and 550 deletions
|
@ -74,7 +74,9 @@
|
|||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
||||
var promise = query.ParentId ? ApiClient.getItem(userId, query.ParentId) : ApiClient.getRootFolder(userId);
|
||||
var promise = query.ParentId ?
|
||||
ApiClient.getItem(userId, query.ParentId) :
|
||||
ApiClient.getRootFolder(userId);
|
||||
|
||||
promise.done(function (item) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue