1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add library folder option to home page

This commit is contained in:
Luke Pulverenti 2014-06-14 19:13:09 -04:00
parent 1987dfe628
commit 9029ce93d3
14 changed files with 94 additions and 17 deletions

View file

@ -11,6 +11,8 @@
UserId: Dashboard.getCurrentUserId()
};
query.ParentId = LibraryMenu.getTopParentId();
$.getJSON(ApiClient.getUrl("Shows/Upcoming", query)).done(function (result) {
var items = result.Items;