hotfix no processor list handling

This commit is contained in:
aj 2019-09-23 21:17:23 +01:00
parent c34eb4d8d9
commit 08d23872c4

View File

@ -85,6 +85,8 @@ class PlaylistEngine:
processors: List[AbstractProcessor] = None,
add_this_month: bool = False,
add_last_month: bool = False) -> List[SpotifyTrack]:
if processors is None:
processors = []
this_month = monthstrings.get_this_month()
last_month = monthstrings.get_last_month()