Forms improvements for trending and playlists

This commit is contained in:
Arkadiusz Fal
2021-08-16 17:52:42 +02:00
parent 2942119136
commit 09c3947fef
12 changed files with 379 additions and 189 deletions

View File

@@ -0,0 +1,7 @@
import Foundation
extension Playlist {
static var fixture: Playlist {
Playlist(id: "ABC", title: "The Playlist", visibility: .public, updated: 1)
}
}