Can successfully save the coverart record, now need to work on downloading the cover art #50
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user