#94: Added a TODO

This commit is contained in:
kdeng00
2024-06-20 20:33:29 -04:00
parent 3dd143fa4d
commit b14fdd74d1
+2
View File
@@ -130,6 +130,8 @@ public class CoverArtManager : BaseManager
return null; 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) public CoverArt SaveCoverArt(IFormFile data, Song song)
{ {
var cover = new CoverArt { SongTitle = song.Title }; var cover = new CoverArt { SongTitle = song.Title };