mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
@@ -852,7 +852,7 @@ class VideoIntroController extends GetxController {
|
||||
relatedCtr = Get.find<RelatedController>(tag: heroTag);
|
||||
} else {
|
||||
relatedCtr = Get.put(RelatedController(false), tag: heroTag)
|
||||
..queryData().then((_) {
|
||||
..queryData().whenComplete(() {
|
||||
playRelated();
|
||||
});
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user