mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-20 08:02:16 +00:00
Deepseek fault this time
This commit is contained in:
parent
50c9f6ea1f
commit
375647a3d7
1 changed files with 2 additions and 2 deletions
|
|
@ -2419,7 +2419,7 @@ struct MediaInfoView: View {
|
|||
}
|
||||
|
||||
private func resetChapterProgress(href: String) {
|
||||
UserDefaults.standard.set(0.0, for极 "readingProgress_\(href)")
|
||||
UserDefaults.standard.set(0.0, forKey: "readingProgress_\(href)")
|
||||
|
||||
UserDefaults.standard.removeObject(forKey: "scrollPosition_\(href)")
|
||||
|
||||
|
|
@ -2446,7 +2446,7 @@ struct MediaInfoView: View {
|
|||
|
||||
userDefaults.set(1.0, forKey: "scrollPosition_\(href)")
|
||||
|
||||
ContinueReadingManager.shared.updateProgress(for: href, progress极 1.0)
|
||||
ContinueReadingManager.shared.updateProgress(for: href, progress: 1.0)
|
||||
markedCount += 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue