mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
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 {
|
||||
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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user