Cleaned series match & renaming volumeNumber to sequence

This commit is contained in:
advplyr 2022-10-01 17:01:22 -05:00
parent c23f31216a
commit 14e5e11344
5 changed files with 13 additions and 24 deletions

View file

@ -182,7 +182,8 @@ export default {
return this.mediaType === 'podcast'
},
placeholderUrl() {
return `${this.$config.routerBasePath}/book_placeholder.jpg`
const config = this.$config || this.$nuxt.$config
return `${config.routerBasePath}/book_placeholder.jpg`
},
bookCoverSrc() {
return this.store.getters['globals/getLibraryItemCoverSrc'](this._libraryItem, this.placeholderUrl)