Implemented directory manager to enforce a structured music directory #13
This commit is contained in:
@@ -69,7 +69,6 @@ namespace Icarus.Controllers
|
||||
Console.WriteLine($"Song Root Path {uploads}");
|
||||
foreach (var sng in songData)
|
||||
{
|
||||
byte[] data;
|
||||
if (sng.Length > 0) {
|
||||
await _songMgr.SaveSongToFileSystem(sng);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user