mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
DLNA (#1364)
This commit is contained in:
@@ -55,6 +55,13 @@ fragment ConfigInterfaceData on ConfigInterfaceResult {
|
||||
slideshowDelay
|
||||
}
|
||||
|
||||
fragment ConfigDLNAData on ConfigDLNAResult {
|
||||
serverName
|
||||
enabled
|
||||
whitelistedIPs
|
||||
interfaces
|
||||
}
|
||||
|
||||
fragment ConfigData on ConfigResult {
|
||||
general {
|
||||
...ConfigGeneralData
|
||||
@@ -62,4 +69,7 @@ fragment ConfigData on ConfigResult {
|
||||
interface {
|
||||
...ConfigInterfaceData
|
||||
}
|
||||
dlna {
|
||||
...ConfigDLNAData
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user