This commit is contained in:
Alexey Kasyanchuk 2017-01-23 23:07:18 +03:00
parent c9f901b0f4
commit 51a6cad3f1

View File

@ -261,7 +261,7 @@ const detectSubCategory = (torrent, files, typesPriority, contentType) => {
blockBadName(torrent, path.toLowerCase());
if(torrent[ContentCategoryProp] == 'xxx')
{
console.log('block because file' + path);
console.log('block because file ' + path);
}
return torrent[ContentCategoryProp] == 'xxx';
})