mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-14 21:24:02 +08:00
prefetch fav video intro
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user