mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
DLNA (#1364)
This commit is contained in:
11
graphql/documents/queries/dlna.graphql
Normal file
11
graphql/documents/queries/dlna.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query DLNAStatus {
|
||||
dlnaStatus {
|
||||
running
|
||||
until
|
||||
recentIPAddresses
|
||||
allowedIPAddresses {
|
||||
ipAddress
|
||||
until
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user