« get me outta code hell

Add flac to crawl-local extension list - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/crawlers.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-09 20:37:42 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-09 20:37:42 -0400
commit328b6f388f075527f324bb28a4fd067522389009 (patch)
treed447ad6e7ae1be78e7defa7e2e68c80ecf938fac /crawlers.js
parent3f42899011abac60121952d576649b9ffb6653b9 (diff)
Add flac to crawl-local extension list
Diffstat (limited to 'crawlers.js')
-rw-r--r--crawlers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawlers.js b/crawlers.js
index c12948f..f665c17 100644
--- a/crawlers.js
+++ b/crawlers.js
@@ -237,7 +237,7 @@ function getHTMLLinks(text) {
 
 function crawlLocal(dirPath, extensions = [
   'ogg', 'oga',
-  'wav', 'mp3', 'mp4', 'm4a', 'aac',
+  'wav', 'mp3', 'mp4', 'm4a', 'aac', 'flac',
   'mod'
 ], isTop = true) {
   // If the passed path is a file:// URL, try to decode it: