1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update sat discovery

This commit is contained in:
Luke Pulverenti 2016-02-19 21:45:12 -05:00
parent f89538cb24
commit bcfec3d6fc
3 changed files with 35 additions and 37 deletions

View file

@ -2246,10 +2246,10 @@ var AppInfo = {};
deps.push('registrationservices');
deps.push('cordova/back');
deps.push('cordova/links');
if (browserInfo.android) {
deps.push('cordova/android/androidcredentials');
deps.push('cordova/links');
}
}