mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
detect opera
This commit is contained in:
parent
d9147f8aa8
commit
4dcf71dcec
2 changed files with 2 additions and 2 deletions
|
@ -3512,7 +3512,7 @@ MediaBrowser.SHA1 = function (msg) {
|
|||
|
||||
var browser = match[1] || "";
|
||||
|
||||
if (ua.indexOf("like gecko") != -1 && ua.indexOf('webkit') == -1)
|
||||
if (ua.indexOf("like gecko") != -1 && ua.indexOf('webkit') == -1 && ua.indexOf('opera') == -1)
|
||||
{
|
||||
browser = "msie";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue