mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
5cc8cf839a
commit
5f32167765
58 changed files with 395 additions and 419 deletions
5
dashboard-ui/cordova/imagestore.js
vendored
5
dashboard-ui/cordova/imagestore.js
vendored
|
@ -55,10 +55,9 @@
|
|||
if ($.browser.safari) {
|
||||
|
||||
// Use the embedded server for iOS8, and also if we don't know the iOS version, just to be safe
|
||||
//if ($.browser.iOSVersion == 8 || !$.browser.iOSVersion)
|
||||
{
|
||||
//if (($.browser.iOSVersion || 0) < 9) {
|
||||
return url.replace('file://', '');
|
||||
}
|
||||
//}
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue