mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -799,7 +799,7 @@ class _AudioPageState extends State<AudioPage> {
|
|||||||
segments: _controller.segmentProgressList,
|
segments: _controller.segmentProgressList,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return const SizedBox();
|
return const SizedBox.shrink();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1641,7 +1641,7 @@ class PlPlayerController with BlockConfigMixin {
|
|||||||
|
|
||||||
void setPlayRepeat(PlayRepeat type) {
|
void setPlayRepeat(PlayRepeat type) {
|
||||||
playRepeat = type;
|
playRepeat = type;
|
||||||
if (!Pref.tempPlayerConf) video.put(VideoBoxKey.playRepeat, type.index);
|
if (!tempPlayerConf) video.put(VideoBoxKey.playRepeat, type.index);
|
||||||
}
|
}
|
||||||
|
|
||||||
void putSubtitleSettings() {
|
void putSubtitleSettings() {
|
||||||
|
|||||||
Reference in New Issue
Block a user