Fix: Cover image on audiobook landing page

This commit is contained in:
advplyr 2021-11-04 17:58:01 -05:00
parent b827667a72
commit 3d35b7dc3d

View File

@ -438,6 +438,7 @@ export default {
}
},
mounted() {
this.windowWidth = window.innerWidth
window.addEventListener('resize', this.resize)
this.$store.commit('audiobooks/addListener', { id: 'audiobook', audiobookId: this.audiobookId, meth: this.audiobookUpdated })