From 335ba978dbaf203f3603a815147fd75dbf205723 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 27 Apr 2025 20:00:44 +0200 Subject: move cache to own crate --- transcoder/src/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transcoder/src/image.rs') 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::{ -- cgit v1.2.3-70-g09d2