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:
parent
1774c39a74
commit
d4ba550d57
3 changed files with 13 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue