Skip to content

Commit

Permalink
chore(example): remove explicit video type to vod. Type will be infer…
Browse files Browse the repository at this point in the history
… from video id
  • Loading branch information
ThibaultBee committed May 2, 2024
1 parent 902bb6a commit 650745b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class _MyAppState extends State<MyApp> {

final videoOptions = VideoOptions(
videoId: _videoIdTextEditingController.text,
type: VideoType.vod,
token: token);

if (_controller == null) {
Expand Down

0 comments on commit 650745b

Please sign in to comment.