be consistent - if we're letting playlist to decide what songs are valid then let's also restore everything it's loaded when Clementine restarts (this actually fixes some problems with a CUE I have)

This commit is contained in:
Paweł Bara 2011-02-04 17:41:45 +00:00
parent 4fb6f92ad4
commit a0dfaf89fb
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ bool SongPlaylistItem::InitFromQuery(const SqlRow& query) {
} else {
song_.InitFromFile(filename, -1);
if (!song_.is_valid())
return false;
int beginning(query.value(row + 7).toInt());
QString cue_path(query.value(row + 8).toString());