aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index bea6b6b..62c12f8 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -424,8 +424,10 @@ class Main {
url: url,
atEnd: atEnd
};
+ if (doCache) showProgressInfo(Lang.get("caching") + "...");
player.getVideoData(obj, (data:VideoData) -> {
if (data.duration == 0) {
+ if (doCache) hideDynamicChin();
serverMessage(Lang.get("addVideoError"));
return;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage