mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 08:35:08 -04:00
Fix Qobuz discography filters
This commit is contained in:
parent
a05aebe021
commit
c04938fe22
3 changed files with 39 additions and 57 deletions
|
@ -104,7 +104,7 @@ def filter_discography(ctx, **kwargs):
|
|||
"""
|
||||
|
||||
filters = kwargs.copy()
|
||||
filters.remove("urls")
|
||||
filters.pop("urls")
|
||||
config.session["filters"] = filters
|
||||
logger.debug(f"downloading {kwargs['urls']} with filters {filters}")
|
||||
core.handle_urls(" ".join(kwargs["urls"]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue