minor logging fix
This commit is contained in:
parent
8b3ed61694
commit
af6d2529e2
@ -71,7 +71,7 @@ class PlaylistEngine:
|
||||
else:
|
||||
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:
|
||||
for processor in processors:
|
||||
|
Loading…
Reference in New Issue
Block a user