базовая пометка запрещенного контента

This commit is contained in:
Alexey Kasyanchuk
2017-01-05 12:08:15 +03:00
parent a100575779
commit db5d53ebc7
5 changed files with 281 additions and 6 deletions

View File

@ -78,6 +78,7 @@ io.on('connection', function(socket)
piecelength: row.piecelength,
added: row.added.getTime(),
contentType: row.contentType,
contentCategory: row.contentCategory,
}
}
@ -327,6 +328,7 @@ client.on('complete', function (metadata, infohash, rinfo) {
files: filesCount,
piecelength: metadata.info['piece length'],
contentType: torrentQ.contentType,
contentCategory: torrentQ.contentCategory,
});
}
else