File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Yet Another Spotify Command Line Lyrics
22========================================== 
33
4- ![ Lyrics-Screenshot] ( https://github. com/goktug97/yet-another-spotify-lyrics/blob /master/screenshot.jpg ) 
4+ ![ Lyrics-Screenshot] ( https://raw.githubusercontent. com/goktug97/yet-another-spotify-lyrics/master/screenshot.jpg ) 
55
66## Requirements  
77*  ueberzug
Original file line number Diff line number Diff line change 88    long_description  =  f .read ()
99
1010setup (name = 'yet-another-spotify-lyrics' ,
11-       version = '1.0.1 ' ,
11+       version = '1.0.2 ' ,
1212      description = 'Command Line Spotify Lyrics with Album Cover' ,
1313      author = 'Göktuğ Karakaşlı' ,
14141717      long_description_content_type = 'text/markdown' ,
1818      url = 'https://github.com/goktug97/yet-another-spotify-lyrics' ,
1919      download_url = (
20-           'https://github.com/goktug97/yet-another-spotify-lyrics/archive/v1.0.1 .tar.gz' ),
20+           'https://github.com/goktug97/yet-another-spotify-lyrics/archive/v1.0.2 .tar.gz' ),
2121      py_modules = [os .path .splitext (os .path .basename (path ))[0 ]
2222                  for  path  in  ['spotify_lyrics' ]],
2323      entry_points = {
Original file line number Diff line number Diff line change @@ -173,6 +173,8 @@ def main(canvas):
173173            for  i  in  range (current_line , current_line  +  n_entries ):
174174                delete_line ()
175175                print (boldify (wrapped_lines [i ]))
176+             move_cursor (0 , n_entries + start_row )
177+             delete_line ()
176178
177179            c  =  key_poller .poll ()
178180            if  c  ==  'q' :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments