mirror of https://github.com/stashapp/stash.git
11 lines
142 B
GraphQL
11 lines
142 B
GraphQL
![]() |
query DLNAStatus {
|
||
|
dlnaStatus {
|
||
|
running
|
||
|
until
|
||
|
recentIPAddresses
|
||
|
allowedIPAddresses {
|
||
|
ipAddress
|
||
|
until
|
||
|
}
|
||
|
}
|
||
|
}
|