Skip to content

Commit 38347c4

Browse files
committed
example: disable autoplay in custom ui by default
1 parent 21c68e4 commit 38347c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Example/Example/ViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ class ViewController: UIViewController {
166166
case "custom":
167167
let customPlayerView = CustomPlayerView()
168168
customPlayerView.verbose = true
169-
customPlayerView.autoplay = true
169+
// Uncomment to enable autoplay
170+
// customPlayerView.autoplay = true
170171
customPlayerView.load(playerSettings)
171172
playerView = customPlayerView
172173
default:

0 commit comments

Comments
 (0)