mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Adds ability to configure sort order for DLNA videos (#3645)
This commit is contained in:
@@ -99,6 +99,7 @@ fragment ConfigDLNAData on ConfigDLNAResult {
|
||||
enabled
|
||||
whitelistedIPs
|
||||
interfaces
|
||||
videoSortOrder
|
||||
}
|
||||
|
||||
fragment ConfigScrapingData on ConfigScrapingResult {
|
||||
|
||||
@@ -431,6 +431,8 @@ input ConfigDLNAInput {
|
||||
whitelistedIPs: [String!]
|
||||
"""List of interfaces to run DLNA on. Empty for all"""
|
||||
interfaces: [String!]
|
||||
"""Order to sort videos"""
|
||||
videoSortOrder: String
|
||||
}
|
||||
|
||||
type ConfigDLNAResult {
|
||||
@@ -441,6 +443,8 @@ type ConfigDLNAResult {
|
||||
whitelistedIPs: [String!]!
|
||||
"""List of interfaces to run DLNA on. Empty for all"""
|
||||
interfaces: [String!]!
|
||||
"""Order to sort videos"""
|
||||
videoSortOrder: String!
|
||||
}
|
||||
|
||||
input ConfigScrapingInput {
|
||||
|
||||
Reference in New Issue
Block a user