Fix bug causing Sunshine thinking there is still an app running after shutting down app from within the Stream
This commit is contained in:
@@ -36,6 +36,7 @@ int main(int argc, char *argv[]) {
|
||||
if(!proc_opt) {
|
||||
return 7;
|
||||
}
|
||||
|
||||
proc::proc = std::move(*proc_opt);
|
||||
|
||||
reed_solomon_init();
|
||||
|
||||
Reference in New Issue
Block a user