mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-08 16:00:53 +00:00
Fixed minor bugs
This commit is contained in:
@@ -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: "))
|
||||||
|
|||||||
Reference in New Issue
Block a user