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() { | ||||
|       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 = { | ||||
|           files: [file] | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user