aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/client.js')
-rw-r--r--res/client.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/client.js b/res/client.js
index ba579ba..2780e56 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1,4 +1,4 @@
-// Generated by Haxe 4.3.6
+// Generated by Haxe 4.3.7
(function ($hx_exports, $global) { "use strict";
$hx_exports["client"] = $hx_exports["client"] || {};
$hx_exports["client"]["JsApi"] = $hx_exports["client"]["JsApi"] || {};
@@ -3383,8 +3383,10 @@ client_Player.prototype = {
}
}
,pause: function() {
- if(!this.isSyncActive()) {
- return;
+ if(this.videoList.items.length > 0) {
+ if(!this.isSyncActive()) {
+ return;
+ }
}
if(this.player == null) {
return;
@@ -3489,7 +3491,7 @@ client_Player.prototype = {
}
};
http.onError = function(msg) {
- haxe_Log.trace(msg,{ fileName : "src/client/Player.hx", lineNumber : 674, className : "client.Player", methodName : "skipAd"});
+ haxe_Log.trace(msg,{ fileName : "src/client/Player.hx", lineNumber : 677, className : "client.Player", methodName : "skipAd"});
};
http.request();
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage