mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +02:00
fix: seek pauses playback
This commit is contained in:
parent
40b2ff5a97
commit
cbd74d08e1
6 changed files with 49 additions and 47 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
class PlaybackMetadata: Codable {
|
||||
var duration: Double = 0
|
||||
var currentTime: Double = 0
|
||||
var playerState: PlayerState = PlayerState.IDLE
|
||||
struct PlaybackMetadata: Codable {
|
||||
let duration: Double
|
||||
let currentTime: Double
|
||||
let playerState: PlayerState
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue