Fix --file option #271 #272

This commit is contained in:
Nathan Thomas 2022-01-16 09:01:12 -08:00
parent c306cdc8c6
commit 5d4fac76b1

View file

@ -31,7 +31,7 @@ class DownloadCommand(Command):
argument(
"urls",
"One or more Qobuz, Tidal, Deezer, or SoundCloud urls",
optional=False,
optional=True,
multiple=True,
)
]