Only set video algorithm after migration 12 (#2946)

This commit is contained in:
WithoutPants
2022-09-26 11:27:53 +10:00
committed by GitHub
parent 0848b02e93
commit d4e706daef
7 changed files with 67 additions and 57 deletions

View File

@@ -108,7 +108,6 @@ func TestConcurrentConfigAccess(t *testing.T) {
i.Set(DisableDropdownCreatePerformer, i.GetDisableDropdownCreate().Performer)
i.Set(DisableDropdownCreateStudio, i.GetDisableDropdownCreate().Studio)
i.Set(DisableDropdownCreateTag, i.GetDisableDropdownCreate().Tag)
i.SetChecksumDefaultValues(i.GetVideoFileNamingAlgorithm(), i.IsCalculateMD5())
i.Set(AutostartVideoOnPlaySelected, i.GetAutostartVideoOnPlaySelected())
i.Set(ContinuePlaylistDefault, i.GetContinuePlaylistDefault())
i.Set(PythonPath, i.GetPythonPath())