hotfix no processor list handling
This commit is contained in:
parent
c34eb4d8d9
commit
08d23872c4
@ -85,6 +85,8 @@ class PlaylistEngine:
|
|||||||
processors: List[AbstractProcessor] = None,
|
processors: List[AbstractProcessor] = None,
|
||||||
add_this_month: bool = False,
|
add_this_month: bool = False,
|
||||||
add_last_month: bool = False) -> List[SpotifyTrack]:
|
add_last_month: bool = False) -> List[SpotifyTrack]:
|
||||||
|
if processors is None:
|
||||||
|
processors = []
|
||||||
|
|
||||||
this_month = monthstrings.get_this_month()
|
this_month = monthstrings.get_this_month()
|
||||||
last_month = monthstrings.get_last_month()
|
last_month = monthstrings.get_last_month()
|
||||||
|
Loading…
Reference in New Issue
Block a user