minor logging fix

This commit is contained in:
aj 2020-02-24 18:15:51 +00:00
parent 8b3ed61694
commit af6d2529e2

View File

@ -71,7 +71,7 @@ class PlaylistEngine:
else: else:
tracks += new_source.process(params=param) tracks += new_source.process(params=param)
logger.info(f'adding {str(param.source_type)} source') logger.info(f'adding {param.source_type.__name__} source')
if processors: if processors:
for processor in processors: for processor in processors: