fix when creating torrents folder
This commit is contained in:
parent
54392d25a3
commit
8c5255be59
|
@ -7,7 +7,7 @@ using System.Text.Json;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
||||||
Directory.CreateDirectory("data/cache/movie");
|
Directory.CreateDirectory("data/cache/movie");
|
||||||
Directory.CreateDirectory("torrents");
|
Directory.CreateDirectory("data/torrents");
|
||||||
|
|
||||||
HttpClient client = new HttpClient();
|
HttpClient client = new HttpClient();
|
||||||
MountableServer msvr=new MountableServer(new StaticServer("data/wwwroot"));
|
MountableServer msvr=new MountableServer(new StaticServer("data/wwwroot"));
|
||||||
|
|
Loading…
Reference in New Issue