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

fix supporter key page

This commit is contained in:
Luke Pulverenti 2016-03-13 16:12:42 -04:00
parent 4fb729169f
commit db21e17a96
4 changed files with 105 additions and 102 deletions

View file

@ -1772,6 +1772,7 @@ var AppInfo = {};
}
define("backdrop", [embyWebComponentsBowerPath + "/backdrop/backdrop"], returnFirstDependency);
define("fetchHelper", [embyWebComponentsBowerPath + "/fetchhelper"], returnFirstDependency);
// hack for an android test before browserInfo is loaded
if (Dashboard.isRunningInCordova() && window.MainActivity) {