исправления

This commit is contained in:
Alexey Kasyanchuk
2017-01-08 23:54:23 +03:00
parent 0b944f9cea
commit 1bffb33b70
2 changed files with 3 additions and 2 deletions

View File

@ -101,7 +101,7 @@ io.on('connection', function(socket)
function baseRowData(row)
{
return {
hash: row.hash || row.id,
hash: row.hash,
name: row.name,
size: row.size,
files: row.files,