mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +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
|
@ -366,9 +366,6 @@ export default {
|
|||
user() {
|
||||
return this.$store.state.user.user
|
||||
},
|
||||
userToken() {
|
||||
return this.$store.getters['user/getToken']
|
||||
},
|
||||
userItemProgress() {
|
||||
if (this.isPodcast) return null
|
||||
if (this.isLocal) return this.localItemProgress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue