download_fanbox_post now use task manager

This commit is contained in:
2022-07-17 03:16:34 +00:00
committed by GitHub
parent 3808a3c067
commit 969c898586
3 changed files with 64 additions and 33 deletions

View File

@@ -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 {