diff options
Diffstat (limited to 'transcoder/src/image.rs')
-rw-r--r-- | transcoder/src/image.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoder/src/image.rs b/transcoder/src/image.rs index c6e1367..6a7f693 100644 --- a/transcoder/src/image.rs +++ b/transcoder/src/image.rs @@ -6,7 +6,7 @@ use crate::LOCAL_IMAGE_TRANSCODING_TASKS; use anyhow::Context; use image::imageops::FilterType; -use jellybase::cache::{async_cache_file, CachePath}; +use jellycache::{async_cache_file, CachePath}; use log::{debug, info}; use rgb::FromSlice; use std::{ |