mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
Restore inline posterURL comments removed in previous commit
Co-authored-by: scigward <162128369+scigward@users.noreply.github.com>
This commit is contained in:
parent
394a1ed164
commit
0339ab3e24
1 changed files with 2 additions and 2 deletions
|
|
@ -156,13 +156,13 @@ extension JSController {
|
||||||
let assetMetadata = AssetMetadata(
|
let assetMetadata = AssetMetadata(
|
||||||
title: downloadTitle,
|
title: downloadTitle,
|
||||||
overview: nil,
|
overview: nil,
|
||||||
posterURL: imageURL,
|
posterURL: imageURL, // Episode thumbnail
|
||||||
backdropURL: imageURL,
|
backdropURL: imageURL,
|
||||||
releaseDate: nil,
|
releaseDate: nil,
|
||||||
showTitle: animeTitle,
|
showTitle: animeTitle,
|
||||||
season: season,
|
season: season,
|
||||||
episode: episode,
|
episode: episode,
|
||||||
showPosterURL: showPosterURL,
|
showPosterURL: showPosterURL, // Main show poster
|
||||||
isFiller: isFiller,
|
isFiller: isFiller,
|
||||||
aniListID: aniListID
|
aniListID: aniListID
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue