mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix share button for year in review short card
This commit is contained in:
		
							parent
							
								
									b376f89ce5
								
							
						
					
					
						commit
						a2db81bf7d
					
				| @ -152,7 +152,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     share() { |     share() { | ||||||
|       this.canvas.toBlob((blob) => { |       this.canvas.toBlob((blob) => { | ||||||
|         const file = new File([blob], 'yearinreviewserver.png', { type: blob.type + 'cat' }) |         const file = new File([blob], 'yearinreviewshort.png', { type: blob.type }) | ||||||
|         const shareData = { |         const shareData = { | ||||||
|           files: [file] |           files: [file] | ||||||
|         } |         } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user