Can download a cover art via the cover art's id. Just need to have a stock cover art for songs without any and update the documentation. #50

This commit is contained in:
amazing-username
2019-07-13 16:04:39 -04:00
parent 1004f6c93d
commit 59895af3b4
3 changed files with 107 additions and 76 deletions
+1
View File
@@ -35,6 +35,7 @@ namespace Icarus.Controllers.Managers
song.CoverArtId = coverArt.CoverArtId;
}
public CoverArt SaveCoverArt(Song song)
{
try