aboutsummaryrefslogtreecommitdiff
path: root/transcoder
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder')
-rw-r--r--transcoder/src/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoder/src/image.rs b/transcoder/src/image.rs
index 3865348..a9b1533 100644
--- a/transcoder/src/image.rs
+++ b/transcoder/src/image.rs
@@ -1,6 +1,6 @@
use anyhow::Context;
use image::{imageops::FilterType, ImageFormat};
-use jellybase::{async_cache_file, AssetLocationExt};
+use jellybase::{cache::async_cache_file, AssetLocationExt};
use jellycommon::AssetLocation;
use log::{debug, info};
use rgb::FromSlice;