#94: Saving the file type of cover art, but there is still some work to do #100

Merged
kdeng00 merged 5 commits from tsk-94 into master 2024-06-21 20:26:44 -04:00
Showing only changes of commit b14fdd74d1 - Show all commits
+2
View File
@@ -130,6 +130,8 @@ public class CoverArtManager : BaseManager
return null;
}
// TODO: Create emthods to save the cover art to a temporary location
// to get the type of the cover art.
public CoverArt SaveCoverArt(IFormFile data, Song song)
{
var cover = new CoverArt { SongTitle = song.Title };