mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Code style change
This commit is contained in:
@@ -9,9 +9,7 @@ extension PlayerModel {
|
||||
}
|
||||
|
||||
func play(_ videos: [Video]) {
|
||||
videos.forEach { video in
|
||||
enqueueVideo(video, loadDetails: false)
|
||||
}
|
||||
videos.forEach { enqueueVideo($0, loadDetails: false) }
|
||||
|
||||
#if os(iOS)
|
||||
onPresentPlayer = { [weak self] in self?.advanceToNextItem() }
|
||||
|
Reference in New Issue
Block a user