mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 11:54:50 +00:00 
			
		
		
		
	Remove unnecessary if check for --skip-dl
This would always be a true statement as this part of the code is already in an if else statement checking skip_dl.
This commit is contained in:
		
							parent
							
								
									92895426b3
								
							
						
					
					
						commit
						58673590df
					
				@ -471,7 +471,6 @@ class dl:
 | 
			
		||||
                            console.log("Received Keyboard Interrupt, stopping...")
 | 
			
		||||
                            return
 | 
			
		||||
 | 
			
		||||
            if not skip_dl:
 | 
			
		||||
                self.mux_tracks(title, not no_folder, not no_source)
 | 
			
		||||
 | 
			
		||||
            # update cookies
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user