mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
add detect for manga illust(But do nothing special for this type)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user