I think we're done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct CoverArtImage: Codable, Sendable {
|
||||
public struct CoverArtImage: Codable, Sendable, Identifiable, Hashable, Equatable {
|
||||
public let image: String
|
||||
public let thumbnails: [String: String]
|
||||
public let types: [String]
|
||||
@@ -11,7 +11,7 @@ public struct CoverArtImage: Codable, Sendable {
|
||||
public let id: String
|
||||
}
|
||||
|
||||
public struct CoverArtResponse: Codable, Sendable {
|
||||
public struct CoverArtResponse: Codable, Sendable, Hashable, Equatable {
|
||||
public let images: [CoverArtImage]
|
||||
public let release: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user