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

fixes #898 - Google Cast Ready

This commit is contained in:
Luke Pulverenti 2015-12-25 23:08:25 -05:00
parent 61f0d833ae
commit 267292963a
4 changed files with 106 additions and 18 deletions

View file

@ -2267,6 +2267,8 @@ var AppInfo = {};
postInitDependencies.push('cordova/ios/tabbar');
}
postInitDependencies.push('components/remotecontrolautoplay');
require(postInitDependencies);
});
}