mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
translate tv guide
This commit is contained in:
parent
b0f79e54f4
commit
86e7b20cfc
3 changed files with 86 additions and 97 deletions
7
dashboard-ui/cordova/imagestore.js
vendored
7
dashboard-ui/cordova/imagestore.js
vendored
|
@ -56,7 +56,14 @@
|
|||
|
||||
// Use the embedded server for iOS8, and also if we don't know the iOS version, just to be safe
|
||||
//if (($.browser.iOSVersion || 0) < 9) {
|
||||
var index = url.indexOf('/Documents');
|
||||
if (index != -1) {
|
||||
return url.substring(index);
|
||||
}
|
||||
else {
|
||||
return url.replace('file://', '');
|
||||
}
|
||||
|
||||
//}
|
||||
}
|
||||
return url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue