1
0
Fork 0
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:
Luke Pulverenti 2015-10-14 13:33:30 -04:00
parent b0f79e54f4
commit 86e7b20cfc
3 changed files with 86 additions and 97 deletions

View file

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