diff --git a/src/libtomahawk/audio/AudioEngine.cpp b/src/libtomahawk/audio/AudioEngine.cpp index 54c15b3de..3f5611e93 100644 --- a/src/libtomahawk/audio/AudioEngine.cpp +++ b/src/libtomahawk/audio/AudioEngine.cpp @@ -611,7 +611,7 @@ AudioEngine::gotStreamUrl( const QVariantMap& data ) QVariantMap headers = data[ "headers" ].toMap(); Tomahawk::result_ptr result = sender()->property( "result" ).value(); - if ( streamUrl.isEmpty() || !( TomahawkUtils::isHttpResult( streamUrl ) || TomahawkUtils::isHttpsResult( streamUrl ) || TomahawkUtils::isRtmpResult( streamUrl ) ) ) + if ( streamUrl.isEmpty() || !( TomahawkUtils::isHttpResult( streamUrl ) || TomahawkUtils::isHttpsResult( streamUrl ) ) ) { // Not an http(s) or RTMP URL, get IO device QSharedPointer< QIODevice > sp;