Implemented directory manager to enforce a structured music directory #13

This commit is contained in:
amazing-username
2019-03-23 21:29:42 +00:00
parent f5667746b8
commit 798db84ce9
5 changed files with 21 additions and 5 deletions
-1
View File
@@ -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);
}