Local server discovery should be visible as remote

This commit is contained in:
ziajka 2019-03-22 10:11:31 +01:00
parent 60a23d4902
commit 038f3682eb

View File

@ -70,7 +70,7 @@ export class ServerService {
server.name = 'local';
server.host = host;
server.port = port;
server.location = 'local';
server.location = 'remote';
server.is_local = true;
this.create(server).then(created => {
resolve(created);