Update mode working again #3

Merged
kristy-fournier merged 3 commits from dev into main 2025-03-10 10:33:05 -04:00
Showing only changes of commit 247c684b58 - Show all commits

View file

@ -44,6 +44,7 @@ if args.mode == "update":
print("new songs: " + str(songFiles))
elif args.mode=="new":
songDatabaseList={"songDirectory":soundLocation,'songData':{}}
if args.art.lower() == "true":
x = len(songFiles)*0.25
if x > 60: