fixed api shutdown and more hls progress
This commit is contained in:
@@ -1207,4 +1207,9 @@ $(document).on('pagebeforeshow', ".page", function () {
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
setTimeout(function () {
|
||||
|
||||
$.post(ApiClient.getUrl("System/Shutdown"));
|
||||
}, 3000);
|
||||
Reference in New Issue
Block a user