Skip to content

Commit

Permalink
Added missing settings preventing proper download of subtitles. #2839
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Jan 31, 2025
1 parent a5408ab commit b9a0d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazarr/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def check_parser_binary(value):
Validator('general.use_postprocessing_threshold_movie', must_exist=True, default=False, is_type_of=bool),
Validator('general.use_sonarr', must_exist=True, default=False, is_type_of=bool),
Validator('general.use_radarr', must_exist=True, default=False, is_type_of=bool),
Validator('general.use_plex', must_exist=True, default=False, is_type_of=bool),
Validator('general.path_mappings_movie', must_exist=True, default=[], is_type_of=list),
Validator('general.serie_tag_enabled', must_exist=True, default=False, is_type_of=bool),
Validator('general.movie_tag_enabled', must_exist=True, default=False, is_type_of=bool),
Expand Down

0 comments on commit b9a0d9c

Please # to comment.