mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer
This commit is contained in:
parent
d2bb0d6805
commit
d96a2b7946
28 changed files with 109 additions and 118 deletions
|
@ -1549,7 +1549,7 @@ var Dashboard = {
|
|||
SupportedLiveMediaTypes: ['Audio', 'Video']
|
||||
};
|
||||
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
if (Dashboard.isRunningInCordova() && !$.browser.safari) {
|
||||
caps.SupportsOfflineAccess = true;
|
||||
caps.SupportsSync = true;
|
||||
caps.SupportsContentUploading = true;
|
||||
|
@ -2317,7 +2317,11 @@ var AppInfo = {};
|
|||
var deps = [];
|
||||
|
||||
if (AppInfo.isNativeApp && $.browser.safari) {
|
||||
deps.push('cordova/ios/backgroundfetch');
|
||||
|
||||
if (Dashboard.capabilities().SupportsSync) {
|
||||
deps.push('cordova/ios/backgroundfetch');
|
||||
}
|
||||
|
||||
deps.push('cordova/ios/tabbar');
|
||||
}
|
||||
if (AppInfo.isNativeApp && $.browser.android) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue