Skip to content

Commit

Permalink
fix: 小窗返回进度错误
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 14, 2025
1 parent 58663bd commit 4494b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/pl_player/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ class PlPlayerController {
} catch (_) {}
print("videoDetailCtr: $videoDetailCtr");
if (videoDetailCtr != null) {
videoDetailCtr.resumePlay = true;
videoDetailCtr.defaultST = position.value;
}
};
floatingWindow!.addFloatingListener(listener);
Expand Down

0 comments on commit 4494b70

Please sign in to comment.