mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Adds ability to configure sort order for DLNA videos (#3645)
This commit is contained in:
@@ -202,6 +202,7 @@ func makeConfigDLNAResult() *ConfigDLNAResult {
|
||||
Enabled: config.GetDLNADefaultEnabled(),
|
||||
WhitelistedIPs: config.GetDLNADefaultIPWhitelist(),
|
||||
Interfaces: config.GetDLNAInterfaces(),
|
||||
VideoSortOrder: config.GetVideoSortOrder(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user