Fix lyrics function
This commit is contained in:
parent
2ce4537d9b
commit
fe1ee92caa
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class App:
|
||||||
else:
|
else:
|
||||||
with Loader("Fetching lyrics..."):
|
with Loader("Fetching lyrics..."):
|
||||||
try:
|
try:
|
||||||
track.lyrics().save(output)
|
track.get_lyrics().save(output)
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError as e:
|
||||||
Logger.log(LogChannel.SKIPS, str(e))
|
Logger.log(LogChannel.SKIPS, str(e))
|
||||||
Logger.log(
|
Logger.log(
|
||||||
|
|
Loading…
Add table
Reference in a new issue