From 556b84b88a65c3df53ad35ca75b2c1a8fa360040 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 23:51:31 +0200 Subject: move caching to its own file --- transcoder/src/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transcoder/src') 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; -- cgit v1.2.3-70-g09d2