Able to update the song's metadata and move the old song file to a new path and delete the old song path. Need to imlement functionality to revert changes incase something goes wrong. #37
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Icarus.Controllers.Managers
|
||||
_logger.Info("Created album path");
|
||||
}
|
||||
|
||||
songPath = $@"{albumPath}{song.Filename}";
|
||||
songPath = albumPath;
|
||||
|
||||
return songPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user