mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Change "host already added" message to be more clear
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
host.online = YES;
|
host.online = YES;
|
||||||
[serverInfoResponse populateHost:host];
|
[serverInfoResponse populateHost:host];
|
||||||
if (![self addHostToDiscovery:host]) {
|
if (![self addHostToDiscovery:host]) {
|
||||||
callback(nil, @"Host already added");
|
callback(nil, @"Host information updated");
|
||||||
} else {
|
} else {
|
||||||
callback(host, nil);
|
callback(host, nil);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user