new homepage based on favorites (fixes #130 #59) #131

Merged
Xefir merged 23 commits from favorites into main 2024-09-02 09:28:09 +00:00
Showing only changes of commit 437c7868dd - Show all commits

View File

@ -44,11 +44,11 @@ export const usePlayer = defineStore('player', {
}), }),
) )
this.episode.action = action this.episode.action = action.data
} catch {} } catch {}
if ( if (
this.episode.action?.position && this.episode.action &&
this.episode.action.position < this.episode.action.total this.episode.action.position < this.episode.action.total
) { ) {
audio.currentTime = this.episode.action.position audio.currentTime = this.episode.action.position