diff --git a/Program.cs b/Program.cs index 6e1fc83..cefc8e0 100644 --- a/Program.cs +++ b/Program.cs @@ -7,7 +7,7 @@ using System.Text.Json; using System.Diagnostics; Directory.CreateDirectory("data/cache/movie"); -Directory.CreateDirectory("torrents"); +Directory.CreateDirectory("data/torrents"); HttpClient client = new HttpClient(); MountableServer msvr=new MountableServer(new StaticServer("data/wwwroot"));