mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 19:57:20 +02:00
Fix to read direct / full path & 'readSauce' option of art
This commit is contained in:
parent
509831cc0c
commit
b0d081ad04
2 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ function getThemeArt(options, cb) {
|
|||
// :TODO: replace asAnsi stuff with something like retrieveAs = 'ansi' | 'pipe' | ...
|
||||
// :TODO: Some of these options should only be set if not provided!
|
||||
options.asAnsi = true; // always convert to ANSI
|
||||
options.readSauce = true; // read SAUCE, if avail
|
||||
options.readSauce = _.get(options, 'readSauce', true); // read SAUCE, if avail
|
||||
options.random = _.get(options, 'random', true); // FILENAME<n>.EXT support
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue