mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-15 14:03:53 +02:00
WIP - will do later. Comic Book archive handling
This commit is contained in:
parent
9eec1c1528
commit
983060284a
1 changed files with 6 additions and 0 deletions
|
@ -352,6 +352,12 @@ function getDefaultConfig() {
|
||||||
offset : 0,
|
offset : 0,
|
||||||
archiveHandler : '7Zip',
|
archiveHandler : '7Zip',
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
'application/x-cbr' : {
|
||||||
|
desc : 'Comic Book Archive',
|
||||||
|
sig : '504b0304',
|
||||||
|
},
|
||||||
|
*/
|
||||||
'application/x-arj' : {
|
'application/x-arj' : {
|
||||||
desc : 'ARJ Archive',
|
desc : 'ARJ Archive',
|
||||||
sig : '60ea',
|
sig : '60ea',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue