diff --git a/mpd/mpdparseutils.cpp b/mpd/mpdparseutils.cpp index 0301a80e7..39c6c19b4 100644 --- a/mpd/mpdparseutils.cpp +++ b/mpd/mpdparseutils.cpp @@ -253,11 +253,7 @@ Song MPDParseUtils::parseSong(const QByteArray &data, bool isPlayQueue) if (!song.file.isEmpty()) { if (song.isStream()) { if (!song.isCantataStream()) { - #ifdef TAGLIB_FOUND if (!OnlineService::decode(song)) { - #else - if (true) { - #endif QString name=getAndRemoveStreamName(song.file); if (!name.isEmpty()) { song.name=name;