goktug97 / yet-another-spotify-lyrics

Command Line Spotify Lyrics with Album Cover
MIT License
83 stars 1 forks source link

fix art preference at startup and after editing #10

Closed grnnja closed 3 years ago

grnnja commented 3 years ago

I prefer to have the album art by default, and this commit checks the self.album_hidden variable to decide whether to display the album art during startup. Also the when leaving the editor the album art would always become visible so there is a check there too.

goktug97 commented 3 years ago

Thanks for the contribution!!