1
0
Fork 0
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:
Luke Pulverenti 2015-08-27 11:58:07 -04:00
parent e5607e9d8f
commit 2e7e37400a
5 changed files with 19 additions and 15 deletions

View file

@ -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) {