pff
This commit is contained in:
parent
c9f901b0f4
commit
51a6cad3f1
@ -261,7 +261,7 @@ const detectSubCategory = (torrent, files, typesPriority, contentType) => {
|
|||||||
blockBadName(torrent, path.toLowerCase());
|
blockBadName(torrent, path.toLowerCase());
|
||||||
if(torrent[ContentCategoryProp] == 'xxx')
|
if(torrent[ContentCategoryProp] == 'xxx')
|
||||||
{
|
{
|
||||||
console.log('block because file' + path);
|
console.log('block because file ' + path);
|
||||||
}
|
}
|
||||||
return torrent[ContentCategoryProp] == 'xxx';
|
return torrent[ContentCategoryProp] == 'xxx';
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user