opt: requery video url

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-06 08:54:06 +08:00
parent 50cf99720b
commit 39716cc1d4

View File

@@ -284,8 +284,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
if (videoDetailController.videoUrl == null ||
videoDetailController.audioUrl == null) {
// SmartDialog.showToast('not initialized');
debugPrint('not initialized');
debugPrint('handlePlay: videoUrl/audioUrl not initialized');
if (videoDetailController.isQuerying.not) {
videoDetailController.autoPlay.value = true;
videoDetailController.queryVideoUrl();
}
return;