mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-14 18:08:25 +01:00
Fix: Cover image on audiobook landing page
This commit is contained in:
parent
b827667a72
commit
3d35b7dc3d
@ -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 })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user