mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Swiftformat fixes
This commit is contained in:
@@ -147,7 +147,7 @@ struct OpenVideosModel {
|
||||
if prepending {
|
||||
videos.reverse()
|
||||
}
|
||||
videos.forEach { video in
|
||||
for video in videos {
|
||||
player.enqueueVideo(video, play: false, prepending: prepending, loadDetails: false)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user