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:
parent
4fb6f92ad4
commit
a0dfaf89fb
@ -53,9 +53,6 @@ bool SongPlaylistItem::InitFromQuery(const SqlRow& query) {
|
|||||||
} else {
|
} else {
|
||||||
song_.InitFromFile(filename, -1);
|
song_.InitFromFile(filename, -1);
|
||||||
|
|
||||||
if (!song_.is_valid())
|
|
||||||
return false;
|
|
||||||
|
|
||||||
int beginning(query.value(row + 7).toInt());
|
int beginning(query.value(row + 7).toInt());
|
||||||
QString cue_path(query.value(row + 8).toString());
|
QString cue_path(query.value(row + 8).toString());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user