Fixed a bug where searching on localized name would fail to show on the search. Fixed a bug where extra spaces would cause the search results not to show properly. (#682)
This commit is contained in:
parent
c0a8d092e2
commit
f3ebc21b97
4 changed files with 15 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ export interface SearchResult {
|
|||
libraryName: string;
|
||||
name: string;
|
||||
originalName: string;
|
||||
localizedName: string;
|
||||
sortName: string;
|
||||
coverImage: string; // byte64 encoded (not used)
|
||||
format: MangaFormat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue