Index: Slim/Web/HTTP.pm =================================================================== --- Slim/Web/HTTP.pm (revision 12365) +++ Slim/Web/HTTP.pm (working copy) @@ -482,7 +482,7 @@ # BUG: 4911 detect Internet Explorer and redirect if using the Nokia770 skin, as IE will not support the styles # Touch is similar in most ways and works nicely with IE - if ($request->header('user-agent') =~ /MSIE/ && $request->header('user-agent') !~ /Maemo/ + if ($request->header('user-agent') =~ /MSIE/ && $request->header('user-agent') !~ /armv6l/ && ($params->{'skinOverride'} || Slim::Utils::Prefs::get('skin')) eq 'Nokia770') { $::d_http && msg("Internet Explorer Detected with Nokia Skin, redirecting to Touch\n");