mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
fixed api shutdown and more hls progress
This commit is contained in:
parent
a3de9269e0
commit
ce7496877c
@ -1207,4 +1207,9 @@ $(document).on('pagebeforeshow', ".page", function () {
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
setTimeout(function () {
|
||||
|
||||
$.post(ApiClient.getUrl("System/Shutdown"));
|
||||
}, 3000);
|
Loading…
Reference in New Issue
Block a user