瀏覽代碼

Added auto voteToSkip being called when the iframe doesn't load.

KrisVos130 8 年之前
父節點
當前提交
cef14ed9a9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frontend/components/Station/Station.vue

+ 4 - 0
frontend/components/Station/Station.vue

@@ -157,6 +157,10 @@
 								if (volume > 0) local.player.unMute();
 								local.playVideo();
 							},
+							'onError': function(err) {
+								console.log("iframe error", err);
+								local.voteSkipStation();
+							},
 							'onStateChange': function (event) {
 								if (event.data === 1 && local.videoLoading === true) {
 									local.videoLoading = false;