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

support in-app connect signup

This commit is contained in:
Luke Pulverenti 2015-06-13 19:56:59 -04:00
parent 5187a0d558
commit 496add35b9
8 changed files with 188 additions and 20 deletions

View file

@ -55,6 +55,7 @@ var Dashboard = {
isConnectMode: function () {
return true;
if (AppInfo.isNativeApp) {
return true;
}