mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: requery video url
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user