Merge branch 'master' into rate-manager

This commit is contained in:
advplyr
2024-04-27 16:06:20 -05:00
committed by GitHub
3 changed files with 3 additions and 6 deletions
-1
View File
@@ -693,7 +693,6 @@ class AudioPlayer: NSObject {
duration: currentChapter.getRelativeChapterEndTime(),
currentTime: currentChapter.getRelativeChapterCurrentTime(sessionCurrentTime: session.currentTime),
rate: self.rateManager.rate,
defaultRate: self.rateManager.defaultRate,
chapterName: currentChapter.title,
chapterNumber: (session.chapters.firstIndex(of: currentChapter) ?? 0) + 1,
chapterCount: session.chapters.count