test now
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
Francesco 2025-06-06 17:34:08 +02:00
parent ec9dbd86f1
commit 210e98c5a1

View file

@ -203,3 +203,10 @@ class AniListMutation {
let data: DataField
}
}
struct EpisodeMetadataInfo: Codable, Equatable {
let title: [String: String]
let imageUrl: String
let anilistId: Int
let episodeNumber: Int
}