Working on downloading the song

This commit is contained in:
kdeng00
2019-08-25 16:47:52 -04:00
parent 540d665a7e
commit fb03354189
5 changed files with 92 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ CREATE TABLE Song (
Genre TEXT NOT NULL,
Year INT NOT NULL,
Duration INT NOT NULL,
SongPath TEXT NOT NULL,
CoverArtId INT NOT NULL,
PRIMARY KEY (SongId),