Skip to content

Commit

Permalink
Added a PLAIN file entry type loader [comixed#934]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Sep 26, 2021
1 parent 2521bbd commit 452c40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions comixed-adaptors/src/main/resources/entryloaders.properties
Expand Up @@ -11,6 +11,9 @@ comic.entry.loaders[2].bean=imageEntryLoader
comic.entry.loaders[3].entryType=IMAGE
comic.entry.loaders[3].type=webp
comic.entry.loaders[3].bean=imageEntryLoader
comic.entry.loaders[4].type=plain
comic.entry.loaders[4].entryType=FILE
comic.entry.loaders[4].bean=filenameEntryLoader

# Filename entry loaders
comic.filename-entry.loaders[0].mask=ComicInfo.xml
Expand Down

0 comments on commit 452c40f

Please sign in to comment.