mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-09 09:26:29 +00:00
Parse and remember the IsHdrSupported app attribute
This commit is contained in:
@@ -176,6 +176,7 @@ static NSMutableSet* hostList;
|
||||
for (TemporaryApp* savedApp in host.appList) {
|
||||
if ([app.id isEqualToString:savedApp.id]) {
|
||||
savedApp.name = app.name;
|
||||
savedApp.hdrSupported = app.hdrSupported;
|
||||
appAlreadyInList = YES;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user