fix: 字幕导致headControl初始化失败

This commit is contained in:
guozhigq
2024-07-06 19:31:28 +08:00
parent d08e5df3c8
commit 2a096a91e0
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 [];
}
}