Skip to content

Commit

Permalink
Fix list of supported mime types (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschramm authored Dec 22, 2023
1 parent 43c73b6 commit 495835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if get_option('comics')
'application/x-ext-cbr',
'application/x-ext-cbt',
'application/x-ext-cbz',
])
]) + ';'
xreader_mime_types += comic_mimetypes
endif
if get_option('xps')
Expand Down

0 comments on commit 495835e

Please sign in to comment.