From b14fdd74d1269e383574ecf45b731f817c7ad6b3 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 20 Jun 2024 20:33:29 -0400 Subject: [PATCH] #94: Added a TODO --- Controllers/Managers/CoverArtManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controllers/Managers/CoverArtManager.cs b/Controllers/Managers/CoverArtManager.cs index 47a4358..db3387b 100644 --- a/Controllers/Managers/CoverArtManager.cs +++ b/Controllers/Managers/CoverArtManager.cs @@ -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 };