mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-07 11:37:46 +00:00
Fix origin_web_ui_allowed binding (#697)
This commit is contained in:
parent
c72aeef67b
commit
1a929cc37b
@ -860,7 +860,7 @@
|
||||
this.config.origin_pin_allowed =
|
||||
this.config.origin_pin_allowed || "pc";
|
||||
this.config.origin_web_ui_allowed =
|
||||
this.config.origin_web_manager_allowed || "lan";
|
||||
this.config.origin_web_ui_allowed || "lan";
|
||||
this.config.hevc_mode = this.config.hevc_mode || 0;
|
||||
this.config.encoder = this.config.encoder || "";
|
||||
this.config.nv_preset = this.config.nv_preset || "p4";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user