diff --git libs/libmythupnp/httprequest.cpp libs/libmythupnp/httprequest.cpp
index 929306c..f4393b9 100644
--- libs/libmythupnp/httprequest.cpp
+++ libs/libmythupnp/httprequest.cpp
@@ -1214,8 +1214,7 @@
             m_sResourceUrl = m_sBaseUrl; // Save complete url without parameters
 
             // Process any Query String Parameters
-            QString sQueryStr = (QUrl::fromPercentEncoding(tokens[1].toUtf8()))
-                                     .section( '?', 1, 1 );
+            QString sQueryStr = tokens[1].section( '?', 1, 1 );
 
             if (sQueryStr.length() > 0)
                 GetParameters( sQueryStr, m_mapParams );
