mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Forms improvements for trending and playlists
This commit is contained in:
7
Fixtures/Playlist+Fixtures.swift
Normal file
7
Fixtures/Playlist+Fixtures.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
import Foundation
|
||||
|
||||
extension Playlist {
|
||||
static var fixture: Playlist {
|
||||
Playlist(id: "ABC", title: "The Playlist", visibility: .public, updated: 1)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user