добавил норм настройки приватности, в третий блять раз

This commit is contained in:
jganenok
2025-11-16 14:41:31 +07:00
parent e31a017d30
commit dc9695217a
3 changed files with 141 additions and 25 deletions

View File

@@ -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) {