add detect for manga illust(But do nothing special for this type)

This commit is contained in:
2022-06-21 23:21:34 +00:00
committed by GitHub
parent b748195d1c
commit eeab755b9f

View File

@@ -189,7 +189,8 @@ impl Main {
if illust_type.is_some() {
let illust_type = illust_type.unwrap();
match illust_type {
0 => {}
0 => {} // Normal illust
1 => {} // Manga illust
2 => {
let ugoira_data = pw
.get_ugoira(id)