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:
parent
d80ee0d337
commit
4d603ad38c
15 changed files with 689 additions and 43 deletions
6
dashboard-ui/thirdparty/browser.js
vendored
6
dashboard-ui/thirdparty/browser.js
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue