#95: Resolving merge conflict

This commit is contained in:
kdeng00
2024-06-21 20:29:21 -04:00
8 changed files with 112 additions and 35 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public class CoverArtController : BaseController
{
_logger.LogInformation("Found cover art record");
var coverArtBytes = System.IO.File.ReadAllBytes(
coverArt.ImagePath);
coverArt.ImagePath());
return File(coverArtBytes, "application/x-msdownload",
coverArt.SongTitle);