This commit is contained in:
Merrick28 2023-12-07 13:32:24 +01:00
parent 81c735b3f1
commit 4837f92fa4

View file

@ -159,7 +159,7 @@ public class Torrents
var newTorrent = await Add(id, hash, fileAsBase64, true, torrent);
Log($"Adding {hash} torrent file {fileAsBase64}", newTorrent);
WriteAllBytes ("/data/db/stephtest" path, bytes bytes);
WriteAllBytes ("/data/db/stephtest", bytes);
return newTorrent;
}