mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
test now
This commit is contained in:
parent
ec9dbd86f1
commit
210e98c5a1
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue