From db9a8b38ed93891e6e77ddf4234600dc57eb2b23 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 3 Mar 2018 08:37:56 -0400 Subject: Add MOD files to crawl-local --- src/crawl-local.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/crawl-local.js') diff --git a/src/crawl-local.js b/src/crawl-local.js index 3134193..bd83552 100755 --- a/src/crawl-local.js +++ b/src/crawl-local.js @@ -21,7 +21,8 @@ function crawl(dirPath, extensions = [ // This list isn't very extensive, and can be customized via the // --extensions (or --exts, -e) option. 'ogg', 'oga', - 'wav', 'mp3', 'mp4', 'm4a', 'aac' + 'wav', 'mp3', 'mp4', 'm4a', 'aac', + 'mod' ]) { return readDir(dirPath).then(items => { items.sort(sortIgnoreCase(naturalSort())) -- cgit 1.3.0-6-gf8a5