mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
feat: Make DLNA port configurable (#4836)
--------- Signed-off-by: Ivan Pedrazas <ipedrazas@gmail.com> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -97,6 +97,7 @@ func TestConcurrentConfigAccess(t *testing.T) {
|
||||
i.Set(DLNADefaultEnabled, i.GetDLNADefaultEnabled())
|
||||
i.Set(DLNADefaultIPWhitelist, i.GetDLNADefaultIPWhitelist())
|
||||
i.Set(DLNAInterfaces, i.GetDLNAInterfaces())
|
||||
i.Set(DLNAPort, i.GetDLNAPort())
|
||||
i.Set(LogFile, i.GetLogFile())
|
||||
i.Set(LogOut, i.GetLogOut())
|
||||
i.Set(LogLevel, i.GetLogLevel())
|
||||
|
||||
Reference in New Issue
Block a user