chore: Follow up videoplayer

This commit is contained in:
krille-chan 2025-05-11 14:25:45 +02:00
commit 2fb8156718
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ class EventVideoPlayerState extends State<EventVideoPlayer> {
setState(() {
_chewieController = ChewieController(
videoPlayerController: videoPlayerController,
useRootNavigator: !kIsWeb,
showControlsOnInitialize: false,
autoPlay: true,
autoInitialize: true,
looping: true,