add page for tv shows

only showing up if enabled in backend
This commit is contained in:
2022-10-15 23:15:21 +02:00
parent 9ef317f0ba
commit 6f6fbb3897
9 changed files with 123 additions and 11 deletions

View File

@ -19,6 +19,7 @@ class _VideoScreenDesktopState extends State<VideoScreenDesktop> {
Widget build(BuildContext context) {
return Video(
player: _player,
showFullscreenButton: true,
scale: 1.0, // default
showControls: true);
}