mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 13:24:39 +02:00
- Changes icon
- Improved state sync - Moved player to shared
This commit is contained in:
@@ -658,6 +658,10 @@ export default {
|
||||
this.setFromObj()
|
||||
}
|
||||
|
||||
console.log("received metadata update", data);
|
||||
|
||||
if(data.currentRate && data.currentRate > 0) this.playbackSpeed = data.currentRate
|
||||
|
||||
this.timeupdate()
|
||||
},
|
||||
async init() {
|
||||
|
||||
Reference in New Issue
Block a user