Hopefully builds fine now

This commit is contained in:
scigward 2025-08-19 06:07:41 +03:00
parent 8bfa834c88
commit e0956d3674

View file

@ -125,8 +125,8 @@ extension JSController {
headers: headers,
title: title,
imageURL: imageURL,
aniListID: aniListID,
module: module,
aniListID: aniListID,
isEpisode: isEpisode,
showTitle: showTitle,
season: season,
@ -277,8 +277,8 @@ extension JSController {
headers: queuedDownload.headers,
title: queuedDownload.title,
imageURL: queuedDownload.imageURL,
aniListID: queuedDownload.aniListID,
module: module,
module: module,
aniListID: queuedDownload.aniListID
isEpisode: queuedDownload.type == .episode,
showTitle: queuedDownload.metadata?.showTitle,
season: queuedDownload.metadata?.season,