Migrate to vue3 (fix #126) #127
@ -38,9 +38,9 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(usePlayer, ['episode']),
|
||||
...mapState(usePlayer, ['episode', 'podcastUrl']),
|
||||
hash() {
|
||||
return toUrl(this.player.podcastUrl)
|
||||
return toUrl(this.podcastUrl)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user