Fix comic description

This commit is contained in:
Iceflower 2024-03-13 19:21:02 +01:00
parent cd13fbfe27
commit 563c6f7763
No known key found for this signature in database
GPG Key ID: 50C8E6502C63EB17

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'