We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4ddea commit 314c506Copy full SHA for 314c506
2 files changed
library/src/main/kotlin/me/proxer/library/enums/Medium.kt
@@ -33,5 +33,8 @@ enum class Medium {
33
DOUJIN,
34
35
@Json(name = "hmanga")
36
- HMANGA
+ HMANGA,
37
+
38
+ @Json(name = "")
39
+ OTHER
40
}
library/src/test/resources/ucp_top_ten.json
@@ -14,7 +14,7 @@
14
"name": "High School DxD BorN",
15
"fid": "1377645",
16
"kat": "anime",
17
- "medium": "animeseries"
+ "medium": ""
18
},
19
{
20
"eid": "6056",
0 commit comments