mirror of
https://git.crystalyx.net/Xefir/repod.git
synced 2025-01-30 09:44:51 +01:00
fix: 🐛 fix forgotten player pinia trasition
This commit is contained in:
parent
5f528e6b9b
commit
caf0bb7ec0
@ -38,9 +38,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(usePlayer, ['episode']),
|
...mapState(usePlayer, ['episode', 'podcastUrl']),
|
||||||
hash() {
|
hash() {
|
||||||
return toUrl(this.player.podcastUrl)
|
return toUrl(this.podcastUrl)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user