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:
amazing-username
2019-05-21 22:03:34 -04:00
parent 346609b7bd
commit d4c3d94d1a
2 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ namespace Icarus.Controllers.Managers
_logger.Info("Created album path");
}
songPath = $@"{albumPath}{song.Filename}";
songPath = albumPath;
return songPath;
}