Skip to content

Commit

Permalink
Fix --file option #271 #272
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Jan 16, 2022
1 parent c306cdc commit 5d4fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rip/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DownloadCommand(Command):
argument(
"urls",
"One or more Qobuz, Tidal, Deezer, or SoundCloud urls",
optional=False,
optional=True,
multiple=True,
)
]
Expand Down

0 comments on commit 5d4fac7

Please sign in to comment.