Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-18 23:12:03 +08:00
parent 3f3d54fd27
commit aa3e5a4737
2 changed files with 2 additions and 2 deletions

View File

@@ -799,7 +799,7 @@ class _AudioPageState extends State<AudioPage> {
segments: _controller.segmentProgressList,
);
}
return const SizedBox();
return const SizedBox.shrink();
},
),
),

View File

@@ -1641,7 +1641,7 @@ class PlPlayerController with BlockConfigMixin {
void setPlayRepeat(PlayRepeat type) {
playRepeat = type;
if (!Pref.tempPlayerConf) video.put(VideoBoxKey.playRepeat, type.index);
if (!tempPlayerConf) video.put(VideoBoxKey.playRepeat, type.index);
}
void putSubtitleSettings() {