Merge pull request #261 from CakesTwix/master

[HentaiUkr] Tag ID is String now
pull/267/head
Koitharu 3 years ago committed by GitHub
commit 91879a8405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,7 +137,7 @@ class HentaiUkrParser(context: MangaLoaderContext) : MangaParser(context, MangaS
tagsSet.add(
MangaTag(
title = item.getString("name"),
key = item.getInt("id").toString(),
key = item.getString("id"),
source = source,
),
)

Loading…
Cancel
Save