Merge pull request #261 from CakesTwix/master

[HentaiUkr] Tag ID is String now
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( tagsSet.add(
MangaTag( MangaTag(
title = item.getString("name"), title = item.getString("name"),
key = item.getInt("id").toString(), key = item.getString("id"),
source = source, source = source,
), ),
) )

Loading…
Cancel
Save