#74: Some cleanup

This commit is contained in:
kdeng00
2024-06-19 15:38:32 -04:00
parent c6257da717
commit ef96003f46
21 changed files with 36 additions and 132 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ public class CoverArtManager : BaseManager
else
{
_logger.Info("Song has no cover art, applying stock cover art");
// coverArt.ImagePath = _rootCoverArtPath + $"{segment}{defaultExtension}";
var coverArtFilePath = _rootCoverArtPath + $"{segment}{defaultExtension}";
coverArt.ImagePath = DirectoryPaths.CoverArtPath;
metaData.UpdateCoverArt(song, coverArt);