1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix firefox image editor

This commit is contained in:
Luke Pulverenti 2016-01-19 10:25:34 -05:00
parent 6f96e87248
commit b1f7f190a4
2 changed files with 3 additions and 3 deletions

View file

@ -2347,7 +2347,7 @@ var AppInfo = {};
deviceName = "Chrome";
} else if (browserInfo.edge) {
deviceName = "Edge";
} else if (browserInfo.mozilla) {
} else if (browserInfo.firefox) {
deviceName = "Firefox";
} else if (browserInfo.msie) {
deviceName = "Internet Explorer";