mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Add RAR/CBR support
This commit is contained in:
@@ -371,7 +371,7 @@ module MangaDex
|
||||
writer.close
|
||||
Logger.debug "cbz File created at #{zip_path}"
|
||||
|
||||
zip_exception = validate_zip zip_path
|
||||
zip_exception = validate_archive zip_path
|
||||
if !zip_exception.nil?
|
||||
@queue.add_message "The downloaded archive is corrupted. " \
|
||||
"Error: #{zip_exception}", job
|
||||
|
||||
Reference in New Issue
Block a user