Refactoring
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user