Working on downloading the song
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user