Refactoring

This commit is contained in:
kdeng00
2021-12-25 11:28:02 -05:00
parent 023298c6f8
commit 64e6f33d7c
6 changed files with 105 additions and 98 deletions
+2
View File
@@ -9,6 +9,7 @@ using Icarus.Types;
namespace Icarus.Controllers.Managers
{
// NOTE: Do not use metadata for the song's metadata
public class DirectoryManager : BaseManager
{
#region Fields
@@ -157,6 +158,7 @@ namespace Icarus.Controllers.Managers
return artistPath;
}
//TODO: Change this so the song's metadata is not being used
public string GenerateSongPath(Song song)
{
_logger.Info("Generating song path");