This commit is contained in:
kdeng00
2024-07-27 13:17:15 -04:00
parent 5e868c4c4c
commit 58af62f12b
3 changed files with 0 additions and 26 deletions
-10
View File
@@ -1,5 +1,3 @@
// using Ionic.Zip;
using Icarus.Models;
namespace Icarus.Controllers.Utilities;
@@ -73,14 +71,6 @@ public class SongCompression
}
}
}
/*
var f = new Ionic.Zlib.ZlibStream();
using (ZipFile zip = new ZipFile())
{
zip.AddFile(songDetails.SongPath());
zip.Save(tmpZipFilePath);
}
*/
Console.WriteLine("Successfully compressed");
}