mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Remove token from author image URLs
This commit is contained in:
		
							parent
							
								
									bf8407274e
								
							
						
					
					
						commit
						68fd1d67cb
					
				| @ -56,7 +56,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     imgSrc() { |     imgSrc() { | ||||||
|       if (!this.imagePath) return null |       if (!this.imagePath) return null | ||||||
|       return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?token=${this.userToken}&ts=${this.updatedAt}` |       return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?ts=${this.updatedAt}` | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   methods: { |   methods: { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user