mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed api shutdown and more hls progress
This commit is contained in:
parent
a3de9269e0
commit
ce7496877c
1 changed files with 6 additions and 1 deletions
|
@ -1207,4 +1207,9 @@ $(document).on('pagebeforeshow', ".page", function () {
|
|||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
setTimeout(function () {
|
||||
|
||||
$.post(ApiClient.getUrl("System/Shutdown"));
|
||||
}, 3000);
|
Loading…
Add table
Add a link
Reference in a new issue