Signed-off-by: trivernis <trivernis@protonmail.com>
@ -1,6 +1,6 @@
[package]
name = "mediarepo-api"
version = "0.13.0"
version = "0.14.0"
edition = "2018"
license = "gpl-3"
@ -36,7 +36,6 @@ pub struct FindFilesRequest {
}
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(tag = "filter_type", content = "filter")]
pub enum FilterExpression {
OrExpression(Vec<TagQuery>),
Query(TagQuery),