mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
Fixed minor bugs
This commit is contained in:
parent
a02b2f03d1
commit
efed684e59
@ -515,7 +515,7 @@ def search(search_term): # pylint: disable=too-many-locals,too-many-branches
|
|||||||
else:
|
else:
|
||||||
total_artists = 0
|
total_artists = 0
|
||||||
|
|
||||||
if total_tracks + total_albums + total_playlists == 0:
|
if total_tracks + total_albums + total_playlists + total_artists == 0:
|
||||||
print("NO RESULTS FOUND - EXITING...")
|
print("NO RESULTS FOUND - EXITING...")
|
||||||
else:
|
else:
|
||||||
selection = str(input("SELECT ITEM(S) BY ID: "))
|
selection = str(input("SELECT ITEM(S) BY ID: "))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user