mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 14:04:41 +02:00
Remove token from image requests & fix download raw cover image #1328
This commit is contained in:
parent
d5fa36b11a
commit
111e8d38dc
8 changed files with 73 additions and 79 deletions
|
@ -50,9 +50,6 @@ export default {
|
|||
libraryItemId() {
|
||||
return this.libraryItem.id
|
||||
},
|
||||
userToken() {
|
||||
return this.$store.getters['user/getToken']
|
||||
},
|
||||
ebookFiles() {
|
||||
return (this.libraryItem.libraryFiles || []).filter((lf) => lf.fileType === 'ebook')
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue