better genre handling

This commit is contained in:
Aria Moradi
2021-08-21 06:19:56 +04:30
parent 889c9c68ac
commit 058d4cd18d
2 changed files with 3 additions and 5 deletions

2
src/typings.d.ts vendored
View File

@@ -46,7 +46,7 @@ interface IManga {
artist: string
author: string
description: string
genre: string
genre: string | null
status: string
inLibrary: boolean