Can successfully save the coverart record, now need to work on downloading the cover art #50

This commit is contained in:
amazing-username
2019-07-13 10:13:15 -04:00
parent 026a528a81
commit 1004f6c93d
5 changed files with 78 additions and 9 deletions
+6 -3
View File
@@ -1,3 +1,6 @@
delete from Song where Id>0;
delete from Album where AlbumId>0;
delete from Artist where ArtistId>0;
delete from Song;
delete from Album;
delete from Artist;
delete from Genre;
delete from Year;
delete from CoverArt;