X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=b466d4dc2721c48126f0253ec3f6838e318c40f1;hp=11c5d4166e4c7ce95427f48d499d328c7d241207;hb=77b0976da398bcb6cd8e8df77133ce16a1dfdc2f;hpb=83aa0538ddb9037d37295f7e6e68348773661d7a diff --git a/remoteglot.pl b/remoteglot.pl index 11c5d41..b466d4d 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -929,7 +929,8 @@ sub output_json { push @games, { id => $ref->{'id'}, name => "$white–$black", - url => $ref->{'url'} + url => $ref->{'url'}, + hashurl => $ref->{'hash_url'}, }; }; if ($@) {