Fix lyrics function

This commit is contained in:
diamond75 2025-04-04 21:28:07 +13:00
parent 2ce4537d9b
commit fe1ee92caa

View file

@ -429,7 +429,7 @@ class App:
else:
with Loader("Fetching lyrics..."):
try:
track.lyrics().save(output)
track.get_lyrics().save(output)
except FileNotFoundError as e:
Logger.log(LogChannel.SKIPS, str(e))
Logger.log(