mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update
This commit is contained in:
@@ -20,7 +20,7 @@ pub trait ExifDataSource {
|
||||
impl<T: ExifDataSource> ExifDataSource for std::sync::Arc<T> {
|
||||
call_parent_data_source_fun!(
|
||||
"src/data/exif_data_source.json",
|
||||
std::ops::Deref::deref(self),
|
||||
**self,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user