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 ||
|
if (videoDetailController.videoUrl == null ||
|
||||||
videoDetailController.audioUrl == null) {
|
videoDetailController.audioUrl == null) {
|
||||||
// SmartDialog.showToast('not initialized');
|
// SmartDialog.showToast('not initialized');
|
||||||
debugPrint('not initialized');
|
debugPrint('handlePlay: videoUrl/audioUrl not initialized');
|
||||||
if (videoDetailController.isQuerying.not) {
|
if (videoDetailController.isQuerying.not) {
|
||||||
|
videoDetailController.autoPlay.value = true;
|
||||||
videoDetailController.queryVideoUrl();
|
videoDetailController.queryVideoUrl();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user