mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Do better to make sure hls files are cleaned up
This commit is contained in:
parent
64a4dba8c4
commit
a05a6dbd46
3 changed files with 65 additions and 22 deletions
|
@ -77,7 +77,6 @@
|
|||
$("#videoControls").removeClass("inactive");
|
||||
$("video").remove();
|
||||
$("html").css("cursor", "default");
|
||||
$(".ui-loader").hide();
|
||||
};
|
||||
|
||||
self.exitFullScreen = function () {
|
||||
|
@ -860,7 +859,6 @@
|
|||
//======================================================================================>
|
||||
|
||||
// Show loading animation
|
||||
$(".ui-loader").show();
|
||||
$("html").css("cursor", "wait");
|
||||
|
||||
// Create video player
|
||||
|
@ -996,7 +994,6 @@
|
|||
self.clearPauseStop();
|
||||
|
||||
$("html").css("cursor", "default");
|
||||
$(".ui-loader").hide();
|
||||
self.resetEnhancements();
|
||||
|
||||
var errorCode = this.error ? this.error.code : '';
|
||||
|
@ -1039,7 +1036,6 @@
|
|||
|
||||
}).on("canplay", function () {
|
||||
|
||||
$(".ui-loader").hide();
|
||||
$("html").css("cursor", "default");
|
||||
|
||||
}).on("ended.playbackstopped", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue