Fixed crash

This commit is contained in:
Rasmus Krämer
2022-05-03 15:01:30 +02:00
parent 9a81fc3688
commit 0708133779
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -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()