mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Python path setting (#2409)
* Add python package * Add python path backend config * Add python path to system settings page * Apply python path to script scrapers and plugins
This commit is contained in:
@@ -108,6 +108,7 @@ func TestConcurrentConfigAccess(t *testing.T) {
|
||||
i.SetChecksumDefaultValues(i.GetVideoFileNamingAlgorithm(), i.IsCalculateMD5())
|
||||
i.Set(AutostartVideoOnPlaySelected, i.GetAutostartVideoOnPlaySelected())
|
||||
i.Set(ContinuePlaylistDefault, i.GetContinuePlaylistDefault())
|
||||
i.Set(PythonPath, i.GetPythonPath())
|
||||
}
|
||||
wg.Done()
|
||||
}(k)
|
||||
|
||||
Reference in New Issue
Block a user