mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Don't autoplay last video at start
This commit is contained in:
@@ -144,7 +144,7 @@ struct ContentView: View {
|
||||
|
||||
accounts.api.video(id).load().onSuccess { response in
|
||||
if let video: Video = response.typedContent() {
|
||||
self.player.autoPlayItems = true
|
||||
player.addCurrentItemToHistory()
|
||||
self.player.playNow(video, at: parser.time)
|
||||
self.player.presentPlayer()
|
||||
}
|
||||
|
Reference in New Issue
Block a user