Minor fixes - 0.6.2
This commit is contained in:
parent
d04efb0794
commit
73ca05bf41
9 changed files with 81 additions and 45 deletions
|
@ -18,10 +18,7 @@ SEARCH_URL = 'https://api.spotify.com/v1/search'
|
|||
|
||||
def client(args) -> None:
|
||||
""" Connects to download server to perform query's and get songs to download """
|
||||
prepare_download_loader = Loader(PrintChannel.PROGRESS_INFO, "Signing in...")
|
||||
prepare_download_loader.start()
|
||||
Zotify(args)
|
||||
prepare_download_loader.stop()
|
||||
|
||||
Printer.print(PrintChannel.SPLASH, splash())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue