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

update to latest js api client

This commit is contained in:
Luke Pulverenti 2013-05-04 16:02:20 -04:00
parent 1774c39a74
commit d4ba550d57
3 changed files with 13 additions and 2 deletions

View file

@ -11,7 +11,7 @@
UserId: Dashboard.getCurrentUserId()
};
$.getJSON(ApiClient.getUrl("Shows/NextUp", options)).done(function (result) {
ApiClient.getNextUpEpisodes(options).done(function (result) {
if (result.Items.length) {
$('#resumableSection', page).show();