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

revert connect mode flag

This commit is contained in:
Luke Pulverenti 2015-06-13 20:05:10 -04:00
parent 496add35b9
commit e5236fa2cc

View file

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