From 6261bde93f972f793f570dfaecfcffd68da40db7 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Wed, 18 Sep 2013 18:08:09 +0000 Subject: [PATCH] Use OnlineService::decode --- mpd/mpdparseutils.cpp | 4 ---- 1 file changed, 4 deletions(-) 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;