From 983060284a0903c1cf0006c09b938a605219474b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 19 Aug 2017 15:24:42 -0600 Subject: [PATCH] WIP - will do later. Comic Book archive handling --- core/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/config.js b/core/config.js index f48ca84c..71bee570 100644 --- a/core/config.js +++ b/core/config.js @@ -352,6 +352,12 @@ function getDefaultConfig() { offset : 0, archiveHandler : '7Zip', }, + /* + 'application/x-cbr' : { + desc : 'Comic Book Archive', + sig : '504b0304', + }, + */ 'application/x-arj' : { desc : 'ARJ Archive', sig : '60ea',