Fix http decode

This commit is contained in:
craig
2012-03-02 20:26:07 +00:00
committed by craig
parent 68566aa45d
commit 3a36e2e851

View File

@@ -626,8 +626,8 @@ void PlayQueueModel::updatePlaylist(const QList<Song> &songs)
if (mod.title.isEmpty()) {
songList.append(song);
} else {
song.id=s.id;
songList.append(song);
mod.id=s.id;
songList.append(mod);
}
} else {
songList.append(song);