Playlist items text is spaced not stupidly

Playlist Items look like not garbage now
I gave them a giant margin and forgot about it. should be good now
the item holders have padding instead for the edges
This commit is contained in:
Kristy Fournier 2025-10-07 16:36:06 -04:00
parent e08e9cbcca
commit dcfe7115fa
3 changed files with 4 additions and 4 deletions

View file

@ -108,6 +108,4 @@ for i in songFiles:
# each "song" is stored as a dictionary/JSON entry following the format seen in the readME
songDatabase.execute(f"INSERT INTO songs (filename, title, artist, art, length) VALUES (?,?,?,?,?)",(i,title,artist,image,length))
fileOfDB.commit()