v0.10-frontend3

This commit is contained in:
2022-11-01 15:29:02 +05:30
parent ef128c6bb7
commit b64633bf53
2 changed files with 11 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ let mut vec = Vec::with_capacity(12);
let doc = resjson.docs[i].clone();
vec.push(
BookUI{
id: (i+1) as i32,
id: -((i+1) as i32),
open_library_key: Some(doc.key),
title: doc.title,
edition_count: doc.edition_count,