mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
0311b2b1a2
commit
cb4d1e1643
4 changed files with 14 additions and 10 deletions
|
@ -14,12 +14,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.210",
|
||||
"_release": "1.4.210",
|
||||
"version": "1.4.211",
|
||||
"_release": "1.4.211",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.210",
|
||||
"commit": "e096c60a4e7ca21e5e3d1ded47bd843bb2c3dda5"
|
||||
"tag": "1.4.211",
|
||||
"commit": "4bf945b7b673c846bcef7420c15e95a88adf941f"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.1",
|
||||
|
|
|
@ -144,6 +144,10 @@
|
|||
browser[matched.platform] = true;
|
||||
}
|
||||
|
||||
if (!browser.chrome && !browser.msie && !browser.edge && !browser.opera && userAgent.toLowerCase().indexOf("webkit") != -1) {
|
||||
browser.safari = true;
|
||||
}
|
||||
|
||||
if (userAgent.toLowerCase().indexOf("playstation 4") != -1) {
|
||||
browser.ps4 = true;
|
||||
browser.tv = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue