From a4f3064542ddad6939598e7e60ca0090be07df60 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 3 Jul 2026 21:34:29 -0700 Subject: add indicator when caching content on remote Signed-off-by: Pinapelz --- src/client/Main.hx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/Main.hx') 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; } -- cgit v1.2.3