mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
rest player after stopping
This commit is contained in:
parent
7d1a33d242
commit
dfce8df586
@ -1125,7 +1125,6 @@
|
||||
message: errorMsg
|
||||
});
|
||||
|
||||
|
||||
}).on("click.mediaplayerevent", function (e) {
|
||||
|
||||
if (this.paused) {
|
||||
|
@ -1286,12 +1286,10 @@
|
||||
self.currentMediaSource = null;
|
||||
}
|
||||
|
||||
if (self.currentItem && self.currentItem.MediaType == "Video") {
|
||||
if (self.isFullScreen()) {
|
||||
self.exitFullScreen();
|
||||
}
|
||||
self.resetEnhancements();
|
||||
if (self.isFullScreen()) {
|
||||
self.exitFullScreen();
|
||||
}
|
||||
self.resetEnhancements();
|
||||
};
|
||||
|
||||
self.isPlaying = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user