Fix “Not available for download message”

This commit is contained in:
nathom 2021-05-03 12:23:11 -07:00
parent fc8f4cee83
commit 75312da1c9

View file

@ -220,7 +220,7 @@ class Track:
) # downloads file
except NonStreamable:
click.secho(
"Track {self!s} is not available for download, skipping.", fg="red"
f"Track {self!s} is not available for download, skipping.", fg="red"
)
return False