mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-11 14:29:41 +00:00
Fix:Collection covers
This commit is contained in:
parent
62a8301938
commit
588b8ff209
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ export default {
|
||||||
return this.author
|
return this.author
|
||||||
},
|
},
|
||||||
placeholderUrl() {
|
placeholderUrl() {
|
||||||
return `${this.$config.routerBasePath}/book_placeholder.jpg`
|
const config = this.$config || this.$nuxt.$config
|
||||||
|
return `${config.routerBasePath}/book_placeholder.jpg`
|
||||||
},
|
},
|
||||||
fullCoverUrl() {
|
fullCoverUrl() {
|
||||||
if (!this.libraryItem) return null
|
if (!this.libraryItem) return null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue