[HentaiUkr] Tag ID is String now

pull/261/head
CakesTwix 3 years ago
parent 7fbeb2e266
commit 7362111318
No known key found for this signature in database
GPG Key ID: 7B11051D5CE19825

@ -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