mirror of https://github.com/morpheus65535/bazarr
Fix typo
This commit is contained in:
parent
cb2d04d834
commit
50b8a50a06
|
@ -161,7 +161,7 @@ def get_general_settings():
|
||||||
minimum_score = '90'
|
minimum_score = '90'
|
||||||
use_scenename = False
|
use_scenename = False
|
||||||
use_postprocessing = False
|
use_postprocessing = False
|
||||||
postprocessing_cmd = False
|
postprocessing_cmd = ''
|
||||||
use_sonarr = False
|
use_sonarr = False
|
||||||
use_radarr = False
|
use_radarr = False
|
||||||
path_mappings_movie = []
|
path_mappings_movie = []
|
||||||
|
|
Loading…
Reference in New Issue