Merge branch 'fix'

This commit is contained in:
guozhigq
2024-07-06 23:47:23 +08:00
2 changed files with 3 additions and 1 deletions

View File

@ -440,6 +440,8 @@ class VideoDetailController extends GetxController
getDanmaku(subtitles);
}
return subtitles;
} else {
return [];
}
}