mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
parsing bug
This commit is contained in:
parent
0e3d5a9717
commit
0c83dbceda
@ -109,7 +109,7 @@ function recursiveScan(dir) {
|
||||
recursiveScan(filepath);
|
||||
} else {
|
||||
// Make sure this is in our list of allowed files
|
||||
if (fileTypesArray.indexOf(getFileType(files[i])) === -1) {
|
||||
if (fileTypesArray.indexOf(getFileType(files[i]).toLowerCase()) === -1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user