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:
parent
e08e9cbcca
commit
dcfe7115fa
3 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue