mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-05 00:59:55 +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(
|
||||
title: downloadTitle,
|
||||
overview: nil,
|
||||
posterURL: imageURL,
|
||||
posterURL: imageURL, // Episode thumbnail
|
||||
backdropURL: imageURL,
|
||||
releaseDate: nil,
|
||||
showTitle: animeTitle,
|
||||
season: season,
|
||||
episode: episode,
|
||||
showPosterURL: showPosterURL,
|
||||
showPosterURL: showPosterURL, // Main show poster
|
||||
isFiller: isFiller,
|
||||
aniListID: aniListID
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue