Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Update cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
simrat39 committed Jan 16, 2021
1 parent 32d7506 commit e6fc836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/watch_page/WatchPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class _WatchPageState extends State<WatchPage> with WidgetsBindingObserver {
vidUrl = Uri.parse(sourceSuffix).toString();
} else {
vidUrl =
Uri.parse("https://twistcdn.bunny.sh" + sourceSuffix).toString();
Uri.parse("https://edge-50.cdn.bunny.sh" + sourceSuffix).toString();
}

_controller = VideoPlayerController.network(vidUrl, headers: headers)
Expand Down

0 comments on commit e6fc836

Please sign in to comment.