mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix #1712
fix #1641 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -717,8 +717,11 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
|
||||
BottomControlType.qa => Obx(
|
||||
() {
|
||||
final VideoQuality currentVideoQa =
|
||||
final VideoQuality? currentVideoQa =
|
||||
videoDetailController.currentVideoQa.value;
|
||||
if (currentVideoQa == null) {
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
final PlayUrlModel videoInfo = videoDetailController.data;
|
||||
if (videoInfo.dash == null) {
|
||||
return const SizedBox.shrink();
|
||||
|
||||
Reference in New Issue
Block a user