mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Add /auth/status
This commit is contained in:
@@ -17,6 +17,8 @@ pub enum PixivDownloaderError {
|
||||
Fanbox(crate::fanbox::error::FanboxAPIError),
|
||||
#[cfg(feature = "avdict")]
|
||||
AVDict(crate::avdict::AVDictError),
|
||||
#[cfg(feature = "db")]
|
||||
DbError(crate::db::PixivDownloaderDbError),
|
||||
}
|
||||
|
||||
impl From<&str> for PixivDownloaderError {
|
||||
|
||||
Reference in New Issue
Block a user