mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
Hopefully builds fine now
This commit is contained in:
parent
8bfa834c88
commit
e0956d3674
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue