diff --git a/src/background/spider.js b/src/background/spider.js index 1f7ed08..4ac7295 100644 --- a/src/background/spider.js +++ b/src/background/spider.js @@ -645,6 +645,7 @@ module.exports = function (send, recive, dataDirectory, version, env) addFilesToDatabase() } + delete torrent.nameindex; torrent.nameIndex = buildTorrentIndex(torrent) sphinxSingle.insertValues('torrents', torrent, function(err, result) {