1
0
Fork 0
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:
Luke Pulverenti 2016-09-03 15:31:28 -04:00
parent 0311b2b1a2
commit cb4d1e1643
4 changed files with 14 additions and 10 deletions

View file

@ -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",

View file

@ -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;