mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -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 favicon: String? get() = jniKiwixReader.favicon
|
||||
val language: String get() = jniKiwixReader.language
|
||||
val tags: String get() = "${getContentAndMimeType("M/Tags")}"
|
||||
val tags: String get() = "${getContent("M/Tags")}"
|
||||
private val mediaCount: Int?
|
||||
get() = try {
|
||||
jniKiwixReader.mediaCount
|
||||
|
Loading…
x
Reference in New Issue
Block a user