mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fanbox API: fix typo
This commit is contained in:
@@ -106,7 +106,7 @@ impl FanboxClient {
|
||||
return false;
|
||||
}
|
||||
let value = data.as_ref().unwrap();
|
||||
match value["user"]["isLoggedIn"].as_bool() {
|
||||
match value["urlContext"]["user"]["isLoggedIn"].as_bool() {
|
||||
Some(b) => b,
|
||||
None => false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user