mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Remove toasts after uploading #3352
This commit is contained in:
		
							parent
							
								
									7cd8d7f44d
								
							
						
					
					
						commit
						c5ecd35fe9
					
				@ -384,12 +384,6 @@ export default {
 | 
			
		||||
        else itemsFailed++
 | 
			
		||||
        this.updateItemCardStatus(item.index, result ? 'success' : 'failed')
 | 
			
		||||
      }
 | 
			
		||||
      if (itemsUploaded) {
 | 
			
		||||
        this.$toast.success(`Successfully uploaded ${itemsUploaded} item${itemsUploaded > 1 ? 's' : ''}`)
 | 
			
		||||
      }
 | 
			
		||||
      if (itemsFailed) {
 | 
			
		||||
        this.$toast.success(`Failed to upload ${itemsFailed} item${itemsFailed > 1 ? 's' : ''}`)
 | 
			
		||||
      }
 | 
			
		||||
      this.processing = false
 | 
			
		||||
      this.uploadFinished = true
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user