I think we're done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct Label: MusicBrainzSearchable {
|
||||
public struct Label: MusicBrainzSearchable, Identifiable, Hashable, Equatable {
|
||||
public static let entityType: MusicBrainzEntity = .label
|
||||
|
||||
public let id: String
|
||||
@@ -13,7 +13,7 @@ public struct Label: MusicBrainzSearchable {
|
||||
public let relations: [Relation]?
|
||||
public let score: Int?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
enum CodingKeys: String, CodingKey, Hashable, Equatable {
|
||||
case id, name, type, country, disambiguation, score, relations
|
||||
case labelCode = "label-code"
|
||||
case lifeSpan = "life-span"
|
||||
|
||||
Reference in New Issue
Block a user