X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=server%2Fhash-lookup.js;h=139d228211845b29187f4c080294c12d6e859a8b;hp=b6ed75e33477f5acdc8ca62c10b3f7eb298a22b8;hb=e29e4043c66b7b187d48e73e73895a2ce62949d4;hpb=9adc7fcb0912ea7fd3ec11f179107b401f91a247 diff --git a/server/hash-lookup.js b/server/hash-lookup.js index b6ed75e..139d228 100644 --- a/server/hash-lookup.js +++ b/server/hash-lookup.js @@ -160,7 +160,7 @@ var translate_line = function(board, fen, line) { } pv.push(decoded.san); } - r['pv_pretty'] = pv; + r['pv'] = pv; // Convert the score. Use the static eval if no search. var value = line['value'] || line['eval'];