diff --git a/lib/widgets/motion_header_banner.dart b/lib/widgets/motion_header_banner.dart index a37ca2de..793f8993 100644 --- a/lib/widgets/motion_header_banner.dart +++ b/lib/widgets/motion_header_banner.dart @@ -56,6 +56,7 @@ class _MotionHeaderBannerState extends State final controller = VideoPlayerController.networkUrl( Uri.parse(url), formatHint: VideoFormat.hls, + videoPlayerOptions: VideoPlayerOptions(mixWithOthers: true), ); _controller = controller; try {