mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	fix(dl): Include chapters when muxing
This is a regression from the newer mux-job code that was brought in alongside the multiple `-r/--range` mux jobs feature in v3.1.0. Fixes #79
This commit is contained in:
		
							parent
							
								
									2bbe033efb
								
							
						
					
					
						commit
						c974a41b6d
					
				@ -631,7 +631,7 @@ class dl:
 | 
			
		||||
 | 
			
		||||
                        task_id = progress.add_task(f"{task_description}...", total=None, start=False)
 | 
			
		||||
 | 
			
		||||
                        task_tracks = Tracks(title.tracks)
 | 
			
		||||
                        task_tracks = Tracks(title.tracks) + title.tracks.chapters
 | 
			
		||||
                        task_tracks.videos = [video_track]
 | 
			
		||||
 | 
			
		||||
                        multiplex_tasks.append((task_id, task_tracks))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user