This commit is contained in:
Kovid Goyal 2024-03-14 08:23:19 +05:30
commit c8b2cb4c90
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -20,7 +20,7 @@ class ComicInput(InputFormatPlugin):
name = 'Comic Input' name = 'Comic Input'
author = 'Kovid Goyal' author = 'Kovid Goyal'
description = _('Optimize comic files (.cbz, .cbr, .cbc) for viewing on portable devices') description = _('Optimize comic files (.cbz, .cbr, .cb7, .cbc) for viewing on portable devices')
file_types = {'cbz', 'cbr', 'cb7', 'cbc'} file_types = {'cbz', 'cbr', 'cb7', 'cbc'}
is_image_collection = True is_image_collection = True
commit_name = 'comic_input' commit_name = 'comic_input'