mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-22 16:26:59 +00:00
Parse and persist ServerCodecModeSupport attribute for hosts
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
} else {
|
||||
host.pairState = PairStateUnknown;
|
||||
}
|
||||
|
||||
NSString *serverCodecModeString = [self getStringTag:@"ServerCodecModeSupport"];
|
||||
if (serverCodecModeString != nil) {
|
||||
host.serverCodecModeSupport = [[serverCodecModeString trim] intValue];
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user