Skip to content

Commit

Permalink
added Demo THEOlive channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dallos committed Oct 15, 2024
1 parent f18e629 commit 863f96a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ class _MyAppState extends State<MyApp> {
},
child: const Text("Basic source"),
),
FilledButton(
onPressed: () {
_licenseConfigCheckDialog(context);
player.setSource(SourceDescription(sources: [
TheoLiveSource(src: "2vqqekesftg9zuvxu9tdme6kl"),
]));
},
child: const Text("THEOlive source (web-only)"),
),
FilledButton(
onPressed: () {
_licenseConfigCheckDialog(context);
Expand Down

0 comments on commit 863f96a

Please sign in to comment.