mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-03 18:51:09 +01:00
fix(announce): torrent_hnr status
This commit is contained in:
@@ -294,7 +294,7 @@ exports.announce = function (req, res) {
|
||||
done(185);
|
||||
} else {
|
||||
if (!t) {
|
||||
if (t.torrent_hnr) {
|
||||
if (req.torrent.torrent_hnr) {
|
||||
var comp = new Complete();
|
||||
comp.torrent = req.torrent._id;
|
||||
comp.user = req.passkeyuser._id;
|
||||
|
||||
Reference in New Issue
Block a user