feat: support cbr reading
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and test / Tests (pull_request) Successful in 1m12s
				
			
		
			
				
	
				Checking yaml / Run yamllint (pull_request) Successful in 4s
				
			
		
			
				
	
				Build and test / Build AMD64 (pull_request) Successful in 1m3s
				
			
		
			
				
	
				Build and test / Generate Documentation (pull_request) Successful in 58s
				
			
		
			
				
	
				Checking Renovate configuration / validate (pull_request) Successful in 1m50s
				
			
		
			
				
	
				Build and test / Clippy (pull_request) Successful in 1m2s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and test / Tests (pull_request) Successful in 1m12s
				
			Checking yaml / Run yamllint (pull_request) Successful in 4s
				
			Build and test / Build AMD64 (pull_request) Successful in 1m3s
				
			Build and test / Generate Documentation (pull_request) Successful in 58s
				
			Checking Renovate configuration / validate (pull_request) Successful in 1m50s
				
			Build and test / Clippy (pull_request) Successful in 1m2s
				
			This commit is contained in:
		
							parent
							
								
									a16ec085b1
								
							
						
					
					
						commit
						6379e8a56b
					
				
					 10 changed files with 216 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -21,6 +21,7 @@ impl Job {
 | 
			
		|||
        match to {
 | 
			
		||||
            FormatId::Pdf => output_path.set_extension("pdf"),
 | 
			
		||||
            FormatId::Cbz => output_path.set_extension("cbz"),
 | 
			
		||||
            FormatId::Cbr => output_path.set_extension("cbr"),
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        Self {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue