mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-14 08:41:21 +10:00
chore(download manager): Added manage_queue_signal
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
4
src-tauri/src/download_manager/downloadable_metadata.rs
Normal file
4
src-tauri/src/download_manager/downloadable_metadata.rs
Normal file
@ -0,0 +1,4 @@
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub struct DownloadableMetadata {
|
||||
id: String,
|
||||
}
|
||||
Reference in New Issue
Block a user