mirror of
https://github.com/yattee/yattee.git
synced 2025-11-25 18:58:21 +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