prefetch fav video intro

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-09 22:22:03 +08:00
parent e9b5959e9c
commit 0c207381f3
4 changed files with 116 additions and 64 deletions

View File

@@ -80,10 +80,14 @@ abstract class CommonIntroController extends GetxController
cid = RxInt(args['cid']);
hasLater.value = args['sourceType'] == SourceType.watchLater;
queryVideoIntro();
initQueryVideoIntro(args);
startTimer();
}
void initQueryVideoIntro(Map args) {
queryVideoIntro();
}
void startTimer() {
if (isShowOnlineTotal) {
queryOnlineTotal();