test1
This commit is contained in:
parent
81c735b3f1
commit
4837f92fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ public class Torrents
|
||||||
var newTorrent = await Add(id, hash, fileAsBase64, true, torrent);
|
var newTorrent = await Add(id, hash, fileAsBase64, true, torrent);
|
||||||
|
|
||||||
Log($"Adding {hash} torrent file {fileAsBase64}", newTorrent);
|
Log($"Adding {hash} torrent file {fileAsBase64}", newTorrent);
|
||||||
WriteAllBytes ("/data/db/stephtest" path, bytes bytes);
|
WriteAllBytes ("/data/db/stephtest", bytes);
|
||||||
|
|
||||||
return newTorrent;
|
return newTorrent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue