исправление отображения новых торрентов

This commit is contained in:
Alexey Kasyanchuk 2017-01-03 21:25:28 +03:00
parent f6f3d01007
commit cac8d3d9d8

View File

@ -309,7 +309,8 @@ client.on('complete', function (metadata, infohash, rinfo) {
name: metadata.info.name,
size: size,
files: filesCount,
piecelength: metadata.info['piece length']
piecelength: metadata.info['piece length'],
contentType: torrentQ.contentType,
});
}
else