Mercurial > hg > sonic-annotator
diff runner/main.cpp @ 47:91d20795a109
* Make --force work correctly for playlists
author | Chris Cannam |
---|---|
date | Wed, 02 Mar 2011 15:27:21 +0000 |
parents | 4d07f61dba3f |
children | 6c87f6443fe6 |
line wrap: on
line diff
--- a/runner/main.cpp Mon Oct 18 14:19:11 2010 +0100 +++ b/runner/main.cpp Wed Mar 02 15:27:21 2011 +0000 @@ -751,7 +751,7 @@ if (badSources.contains(*i)) continue; std::cerr << "Extracting features for: \"" << i->toStdString() << "\"" << std::endl; try { - manager.extractFeatures(*i); + manager.extractFeatures(*i, force); } catch (const std::exception &e) { cerr << "ERROR: Feature extraction failed for \"" << i->toStdString() << "\": " << e.what() << endl;