From a0dfaf89fbf1125e6542945ca26e330f71f5f630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bara?= Date: Fri, 4 Feb 2011 17:41:45 +0000 Subject: [PATCH] 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) --- src/playlist/songplaylistitem.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/playlist/songplaylistitem.cpp b/src/playlist/songplaylistitem.cpp index 1d39e9e6d..8eda0c96a 100644 --- a/src/playlist/songplaylistitem.cpp +++ b/src/playlist/songplaylistitem.cpp @@ -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());