mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 22:27:14 +02:00
Fixed crash
This commit is contained in:
@@ -186,7 +186,7 @@ class AudioPlayer: NSObject {
|
||||
lastPlayTime = Date.timeIntervalSinceReferenceDate
|
||||
}
|
||||
|
||||
public func seek(_ to: Double, from:String) {
|
||||
public func seek(_ to: Double, from: String) {
|
||||
let continuePlaying = rate > 0.0
|
||||
|
||||
pause()
|
||||
|
||||
Reference in New Issue
Block a user