mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-07 16:26:09 +00:00
Use API 1.1 common in preparation for IPv6 requirement
This commit is contained in:
@@ -226,12 +226,7 @@ static NSArray* appList;
|
||||
Log(LOG_D, @"Clicked app: %@", app.appName);
|
||||
_streamConfig = [[StreamConfiguration alloc] init];
|
||||
_streamConfig.host = _selectedHost.address;
|
||||
_streamConfig.hostAddr = [Utils resolveHost:_selectedHost.address];
|
||||
_streamConfig.appID = app.appId;
|
||||
if (_streamConfig.hostAddr == 0) {
|
||||
[self displayDnsFailedDialog];
|
||||
return;
|
||||
}
|
||||
|
||||
DataManager* dataMan = [[DataManager alloc] init];
|
||||
Settings* streamSettings = [dataMan retrieveSettings];
|
||||
|
||||
Reference in New Issue
Block a user