mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-02-23 15:38:32 +01:00
get meta for files correctly
This commit is contained in:
@@ -134,6 +134,8 @@ pub mod errors {
|
||||
pub enum GetMetadataError {
|
||||
#[error("Other")]
|
||||
Other,
|
||||
#[error("Could not download meta")]
|
||||
DownloadError,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, thiserror::Error)]
|
||||
|
||||
Reference in New Issue
Block a user