diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 2dde4cdc..8e6d6446 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -284,8 +284,9 @@ class _VideoDetailPageState extends State 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;