добавил норм настройки приватности, в третий блять раз
This commit is contained in:
@@ -29,7 +29,6 @@ class _FullScreenVideoPlayerState extends State<FullScreenVideoPlayer> {
|
||||
_videoPlayerController = VideoPlayerController.networkUrl(
|
||||
Uri.parse(widget.videoUrl),
|
||||
httpHeaders: const {
|
||||
|
||||
'User-Agent':
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',
|
||||
},
|
||||
@@ -49,7 +48,6 @@ class _FullScreenVideoPlayerState extends State<FullScreenVideoPlayer> {
|
||||
backgroundColor: Colors.grey,
|
||||
bufferedColor: Colors.white,
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
if (mounted) {
|
||||
|
||||
Reference in New Issue
Block a user