mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
download_fanbox_post now use task manager
This commit is contained in:
@@ -14,7 +14,7 @@ pub struct FanboxData {
|
||||
/// Raw data
|
||||
pub raw: JsonValue,
|
||||
#[cfg(feature = "exif")]
|
||||
pub exif_data: Option<Box<dyn ExifDataSource>>,
|
||||
pub exif_data: Option<Box<dyn ExifDataSource + Send + Sync>>,
|
||||
}
|
||||
|
||||
impl FanboxData {
|
||||
|
||||
Reference in New Issue
Block a user