From 51a6cad3f1b19038f6f9d1eb3fe47af0ea330baa Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 23 Jan 2017 23:07:18 +0300 Subject: [PATCH] pff --- lib/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content.js b/lib/content.js index 0bcfcde..41bff94 100644 --- a/lib/content.js +++ b/lib/content.js @@ -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'; })