added a colon
This commit is contained in:
parent
058d1a9a3c
commit
3e770fe66d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ if args.art.lower() == "true" and not(args.apikey == ""):
|
|||
print("ETA "+ str(x) + " seconds")
|
||||
|
||||
for i in songFiles:
|
||||
if i[-4].lower() != ".mp3":
|
||||
if i[-4:].lower() != ".mp3":
|
||||
# skip any non-mp3's (like directories or cover art)
|
||||
continue
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue