mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Fix bug where metadata thread would die on error
This commit is contained in:
parent
77927686dc
commit
d6517c78b1
@ -154,6 +154,7 @@ function parseFile(thisSong){
|
||||
parseFilesGenerator.next();
|
||||
}).catch(function (err) {
|
||||
console.log("Warning: failed to parse file '%s': %s", thisSong, err.message);
|
||||
parseFilesGenerator.next();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user