Update header_control.dart
This commit is contained in:
@ -792,7 +792,7 @@ class _HeaderControlState extends State<HeaderControl> {
|
|||||||
danmakuDurationVal;
|
danmakuDurationVal;
|
||||||
setState(() {});
|
setState(() {});
|
||||||
try {
|
try {
|
||||||
final DanmakuOption updatedOption
|
final DanmakuOption updatedOption =
|
||||||
danmakuController.option.copyWith(
|
danmakuController.option.copyWith(
|
||||||
duration:
|
duration:
|
||||||
val / widget.controller!.playbackSpeed);
|
val / widget.controller!.playbackSpeed);
|
||||||
|
Reference in New Issue
Block a user