mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5713.4
This commit is contained in:
parent
e5607e9d8f
commit
2e7e37400a
5 changed files with 19 additions and 15 deletions
|
@ -1091,8 +1091,6 @@
|
|||
|
||||
}).on("error.mediaplayerevent", function () {
|
||||
|
||||
self.stop();
|
||||
|
||||
var errorMsg = Globalize.translate('MessageErrorPlayingVideo');
|
||||
|
||||
if (item.Type == "TvChannel") {
|
||||
|
@ -1106,6 +1104,9 @@
|
|||
message: errorMsg
|
||||
});
|
||||
|
||||
self.onPlaybackStopped.call(mediaRenderer);
|
||||
self.nextTrack();
|
||||
|
||||
}).on("click.mediaplayerevent", function (e) {
|
||||
|
||||
if (!$.browser.mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue