get meta for files correctly

This commit is contained in:
OMGeeky
2024-04-14 23:49:32 +02:00
parent 50b8210cdb
commit ed6af697b4
4 changed files with 62 additions and 11 deletions

View File

@@ -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)]