* #74: Add UserID to the Song model * #74: Added functionality to retrieve user id from the token * #74: Songs will now contain the User Id when uploading * Updated Readme and script to add migrations * #74: Some cleanup
This commit was merged in pull request #98.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user