mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-31 18:55:28 +00:00
Minor graphical fix
This commit is contained in:
parent
110d02dd02
commit
9bd37884b9
|
@ -73,7 +73,6 @@ class Manager:
|
|||
if not artist:
|
||||
artist = self.args.artist
|
||||
|
||||
os.system("clear")
|
||||
print (color(song, ["BOLD", "UNDERLINE"]) + ' by ' + color(artist, ["BOLD", "UNDERLINE"]))
|
||||
|
||||
search_terms = song + " " + artist + " lyrics"
|
||||
|
|
|
@ -57,6 +57,7 @@ class Metadata:
|
|||
self.mp3['album'] = album
|
||||
self.mp3.save()
|
||||
return True
|
||||
|
||||
except Exception:
|
||||
self.mp3['album'] = self.song
|
||||
self.mp3.save()
|
||||
|
|
Loading…
Reference in a new issue