Fix keymap.
[vuplus_xbmc] / xbmc / URL.cpp
index 8d48b1d..b2bd057 100644 (file)
@@ -634,7 +634,8 @@ CStdString CURL::GetWithoutFilename() const
     strURL += m_strDomain;
     strURL += ";";
   }
-  else if (m_strUserName != "")
+
+  if (m_strUserName != "")
   {
     strURL += Encode(m_strUserName);
     if (m_strPassword != "")