Поправка makeTitle

This commit is contained in:
Book Pauk
2022-11-01 00:15:49 +07:00
parent 810920beed
commit e7fe77ef6c

View File

@@ -637,7 +637,7 @@ class Search {
const a = correctValue(author);
let s = correctValue(search.series);
s = (s ? `(${s})` : '');
s = (s ? `(Серия: ${s})` : '');
let t = correctValue(search.title);
t = (t ? `"${t}"` : '');