mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-14 16:51:18 +10:00
refactor(download manager): Removed Arc requirement for DownloadableMetadata
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -26,7 +26,7 @@ impl Downloadable for ToolDownloadAgent {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn metadata(&self) -> Arc<DownloadableMetadata> {
|
||||
fn metadata(&self) -> DownloadableMetadata {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user