mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-17 23:01:38 +00:00
Update EpisodeCell.swift
This commit is contained in:
parent
2210e97b3a
commit
f9c2f18750
1 changed files with 2 additions and 2 deletions
|
|
@ -707,7 +707,7 @@ private extension EpisodeCell {
|
|||
Logger.shared.log("Started download for Episode \(self.episodeID + 1): \(self.episode)", type: "Download")
|
||||
AnalyticsManager.shared.sendEvent(
|
||||
event: "download",
|
||||
additionalData: {"episode": self.episodeID + 1, "url": streamUrl}
|
||||
additionalData: ["episode": self.episodeID + 1, "url": streamUrl]
|
||||
)
|
||||
} else {
|
||||
DropManager.shared.error(message)
|
||||
|
|
@ -1168,4 +1168,4 @@ private struct AsyncImageView: View {
|
|||
.frame(width: width, height: height)
|
||||
.cornerRadius(8)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue