mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 01:24:37 +02:00
Support local media progress
This commit is contained in:
parent
a107a25e43
commit
64707b0928
3 changed files with 15 additions and 1 deletions
|
@ -138,6 +138,7 @@ extension LocalMediaProgress {
|
|||
self.serverConnectionConfigId = localLibraryItem.serverConnectionConfigId
|
||||
|
||||
self.duration = progress.duration
|
||||
self.progress = progress.progress
|
||||
self.currentTime = progress.currentTime
|
||||
self.isFinished = false
|
||||
self.lastUpdate = progress.lastUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue