Implements server selection UI
This commit is contained in:
@@ -17,6 +17,10 @@ struct MediaItem: Codable
|
||||
let playing: Bool?
|
||||
let metadata: Metadata?
|
||||
|
||||
var displayTitle: String {
|
||||
metadata?.title ?? title ?? filename ?? "item \(id)"
|
||||
}
|
||||
|
||||
// MARK: - Types
|
||||
|
||||
struct Metadata: Codable
|
||||
|
||||
Reference in New Issue
Block a user