diff --git a/lib/pages/watch/widgets/video_player.dart b/lib/pages/watch/widgets/video_player.dart index 7f0a964d..33bc811c 100644 --- a/lib/pages/watch/widgets/video_player.dart +++ b/lib/pages/watch/widgets/video_player.dart @@ -537,7 +537,6 @@ class _VideoPlayerState extends State { Screenshot( controller: screenshotController, child: Video( - key: ValueKey(playerIndex), controller: controller, controls: (state) => const SizedBox.shrink(), ), diff --git a/pubspec.yaml b/pubspec.yaml index 6484174e..f9651571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: miru_app description: A new Flutter project. publish_to: "none" -version: 1.3.2+9 +version: 1.3.3+10 environment: sdk: ">=3.0.3 <4.0.0"