mirror of https://gitlab.com/bashrc2/epicyon
Camel case in config file
parent
0c0f21d814
commit
5446bcc54a
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue