mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
iOS add defaultRate fixing merge
This commit is contained in:
parent
124300b215
commit
fb86c45e78
1 changed files with 1 additions and 0 deletions
|
@ -693,6 +693,7 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue