App ordering support for legacy clients
This commit is contained in:
@@ -592,6 +592,7 @@ namespace config {
|
||||
"ipv4", // Address family
|
||||
platf::appdata().string() + "/sunshine.log", // log file
|
||||
false, // notify_pre_releases
|
||||
false, // legacy_ordering
|
||||
{}, // prep commands
|
||||
{}, // server commands
|
||||
};
|
||||
@@ -1284,6 +1285,7 @@ namespace config {
|
||||
bool_f(vars, "enable_discovery", sunshine.enable_discovery);
|
||||
bool_f(vars, "envvar_compatibility_mode", sunshine.envvar_compatibility_mode);
|
||||
bool_f(vars, "notify_pre_releases", sunshine.notify_pre_releases);
|
||||
bool_f(vars, "legacy_ordering", sunshine.legacy_ordering);
|
||||
|
||||
int port = sunshine.port;
|
||||
int_between_f(vars, "port"s, port, {1024 + nvhttp::PORT_HTTPS, 65535 - rtsp_stream::RTSP_SETUP_PORT});
|
||||
|
||||
Reference in New Issue
Block a user