mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
Fix incorrect COMPLETED status when playing downloaded episodes
Co-authored-by: scigward <162128369+scigward@users.noreply.github.com>
This commit is contained in:
parent
0339ab3e24
commit
605e67f6f8
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ struct DownloadView: View {
|
|||
},
|
||||
subtitlesURL: asset.localSubtitleURL?.absoluteString,
|
||||
aniListID: asset.metadata?.aniListID ?? 0,
|
||||
totalEpisodes: asset.metadata?.episode ?? 0,
|
||||
totalEpisodes: 0,
|
||||
episodeImageUrl: asset.metadata?.posterURL?.absoluteString ?? "",
|
||||
headers: nil
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue