UPnP server configurable from UI
This commit is contained in:
parent
3110f68f36
commit
9f340d92e5
6 changed files with 166 additions and 8 deletions
|
|
@ -34,6 +34,10 @@ interface RqbitDesktopConfigHttpApi {
|
|||
|
||||
interface RqbitDesktopConfigUpnp {
|
||||
disable: boolean;
|
||||
|
||||
enable_server: boolean;
|
||||
server_hostname: string;
|
||||
server_friendly_name: string;
|
||||
}
|
||||
|
||||
export interface RqbitDesktopConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue