I think we're done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct Place: MusicBrainzSearchable {
|
||||
public struct Place: MusicBrainzSearchable, Identifiable, Hashable, Equatable {
|
||||
public static let entityType: MusicBrainzEntity = .place
|
||||
|
||||
public let id: String
|
||||
@@ -12,7 +12,7 @@ public struct Place: MusicBrainzSearchable {
|
||||
public let relations: [Relation]?
|
||||
public let score: Int?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
enum CodingKeys: String, CodingKey, Hashable, Equatable {
|
||||
case id, name, type, address, area, disambiguation, score, relations
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user