Restore inline posterURL comments removed in previous commit

Co-authored-by: scigward <162128369+scigward@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-20 10:09:46 +00:00
parent 394a1ed164
commit 0339ab3e24

View file

@ -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
)