diff --git a/src/store/player.js b/src/store/player.js index 25c9830..603f57f 100644 --- a/src/store/player.js +++ b/src/store/player.js @@ -44,11 +44,11 @@ export const usePlayer = defineStore('player', { }), ) - this.episode.action = action + this.episode.action = action.data } catch {} if ( - this.episode.action?.position && + this.episode.action && this.episode.action.position < this.episode.action.total ) { audio.currentTime = this.episode.action.position