File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def read_file(fname):
17
17
18
18
setup (
19
19
name = pkg_name ,
20
- version = "0.1.1.8 " ,
20
+ version = "0.1.1.9 " ,
21
21
author = "Akash R Chandran" ,
22
22
author_email = "chandranrakash@gmail.com" ,
23
23
description = "A command line tool to fetch lyrics from spotify and save it to lrc file. It can fetch both synced and unsynced lyrics from spotify. " ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def initial_checks():
148
148
raise CorruptedConfig ("Config file seems corrupted, run syrics -c reset" ) from e
149
149
config ['download_path' ] = directory or config ['download_path' ]
150
150
config ['force_download' ] = force or config ['force_download' ]
151
- client = Spocleattify (config ['sp_dc' ])
151
+ client = Spotify (config ['sp_dc' ])
152
152
if cmd_url == 'current' :
153
153
cmd_url = client .get_current_song ( )['item' ]['external_urls' ]['spotify' ]
154
154
elif cmd_url == 'play' :
You can’t perform that action at this time.
0 commit comments