Add flavour attribute to book.

Fix #259
Fix kiwix/kiwix-tools#316
This commit is contained in:
Matthieu Gautier
2020-01-30 14:51:37 +01:00
parent bc257d2d6d
commit a756e7f8f3
6 changed files with 12 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ GETTER(jstring, getPublisher)
GETTER(jstring, getDate)
GETTER(jstring, getUrl)
GETTER(jstring, getName)
GETTER(jstring, getFlavour)
GETTER(jstring, getTags)
GETTER(jlong, getArticleCount)
GETTER(jlong, getMediaCount)