mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Err... fix the ASX parser
This commit is contained in:
parent
bb186feda1
commit
2b77c894db
@ -59,7 +59,7 @@ SongList ASXParser::Load(QIODevice *device, const QDir&) const {
|
||||
|
||||
while (!reader.atEnd() && ParseUntilElement(&reader, "entry")) {
|
||||
Song song = ParseTrack(&reader);
|
||||
if (!song.is_valid()) {
|
||||
if (song.is_valid()) {
|
||||
ret << song;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user