* Fixup last checkin.

This commit is contained in:
Justin Maggard
2011-09-04 04:07:36 +00:00
parent cb5ab0b1c6
commit 715af3519b
2 changed files with 5 additions and 1 deletions

View File

@ -829,9 +829,13 @@ start_scanner()
sql_exec(db, "create INDEX IDX_SEARCH_OPT ON OBJECTS(OBJECT_ID, CLASS, DETAIL_ID);");
if( GETFLAG(NO_PLAYLIST_MASK) )
{
DPRINTF(E_WARN, L_SCANNER, "Playlist creation disabled\n");
}
else
{
fill_playlists();
}
DPRINTF(E_DEBUG, L_SCANNER, "Initial file scan completed\n", DB_VERSION);
//JM: Set up a db version number, so we know if we need to rebuild due to a new structure.