chore: try to enable video player on web on windows machine (#2788)
This commit is contained in:
parent
01fee1089b
commit
6c3de08019
1 changed files with 4 additions and 3 deletions
|
|
@ -51,10 +51,11 @@ class EventVideoPlayerState extends State<EventVideoPlayer> {
|
|||
bool _isDownloading = false;
|
||||
|
||||
// The video_player package only doesn't support Windows and Linux.
|
||||
final _supportsVideoPlayer =
|
||||
!PlatformInfos.isWindows && !PlatformInfos.isLinux;
|
||||
|
||||
// #Pangea
|
||||
// final _supportsVideoPlayer =
|
||||
// !PlatformInfos.isWindows && !PlatformInfos.isLinux;
|
||||
final _supportsVideoPlayer = !PlatformInfos.isLinux;
|
||||
|
||||
StreamSubscription? _stopVideoSubscription;
|
||||
// Pangea#
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue