diff --git a/mediarepo-api/src/client_api/preset.rs b/mediarepo-api/src/client_api/preset.rs index f62e0fc..31beaa6 100644 --- a/mediarepo-api/src/client_api/preset.rs +++ b/mediarepo-api/src/client_api/preset.rs @@ -28,7 +28,7 @@ impl PresetApi { #[tracing::instrument(level = "debug", skip(self))] pub async fn all_sorting_presets(&self) -> ApiResult> { self.emit_and_get( - "sorting_presets", + "all_sorting_presets", (), Some(Duration::from_secs(1)) )