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

update bravia profiles

This commit is contained in:
Luke Pulverenti 2015-06-19 14:34:21 -04:00
parent d80ee0d337
commit 4d603ad38c
15 changed files with 689 additions and 43 deletions

View file

@ -966,13 +966,13 @@
}
if (browser.ipad || browser.iphone) {
if (userAgent.toLowerCase().indexOf('CPU OS 9') != -1) {
if (userAgent.toLowerCase().indexOf('cpu os 9') != -1) {
browser.iOSVersion = 9;
}
else if (userAgent.toLowerCase().indexOf('CPU OS 8') != -1) {
else if (userAgent.toLowerCase().indexOf('cpu os 8') != -1) {
browser.iOSVersion = 8;
}
else if (userAgent.toLowerCase().indexOf('CPU OS 7') != -1) {
else if (userAgent.toLowerCase().indexOf('cpu os 7') != -1) {
browser.iOSVersion = 7;
}
}