Updating TODO list

This commit is contained in:
emeric
2014-03-14 12:55:37 +01:00
parent 6ae658f672
commit 3786c5c3cf
4 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ int main(int argc, char* argv[])
// database.watchDirectory( WatchedDirectory("/storage/common/Media/Video/Series", WatchedDirectory::Video) );
std::cout << "Starting refresh..." << std::endl;
boost::thread refreshThread(boost::bind(&Database::refresh, &database));
// boost::thread refreshThread(boost::bind(&Database::refresh, &database));
return Wt::WRun(argc, argv, &createApplication);