mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
#1659 Autoload next video - fix tag reading
This commit is contained in:
parent
883641076e
commit
305dde2485
@ -81,7 +81,7 @@ class ZimFileReader constructor(
|
|||||||
val description: String get() = jniKiwixReader.description
|
val description: String get() = jniKiwixReader.description
|
||||||
val favicon: String? get() = jniKiwixReader.favicon
|
val favicon: String? get() = jniKiwixReader.favicon
|
||||||
val language: String get() = jniKiwixReader.language
|
val language: String get() = jniKiwixReader.language
|
||||||
val tags: String get() = "${getContentAndMimeType("M/Tags")}"
|
val tags: String get() = "${getContent("M/Tags")}"
|
||||||
private val mediaCount: Int?
|
private val mediaCount: Int?
|
||||||
get() = try {
|
get() = try {
|
||||||
jniKiwixReader.mediaCount
|
jniKiwixReader.mediaCount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user