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:
parent
6f96e87248
commit
b1f7f190a4
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue