Camel case in config file

main
Bob Mottram 2022-04-22 15:18:07 +01:00
parent 0c0f21d814
commit 5446bcc54a
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ if args.podcast_formats:
podcast_formats_str = args.podcast_formats
else:
podcast_formats_str = \
get_config_param(base_dir, 'preferred_podcast_formats')
get_config_param(base_dir, 'preferredPodcastFormats')
if podcast_formats_str:
podcast_formats = podcast_formats_str.split(',')
preferred_podcast_formats = []