From f8d4c438d10450ead56c0082b037e466ef5f9f24 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Sep 2025 04:00:51 +0200 Subject: start media processing refactor --- import/asset_token/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import/asset_token/src') diff --git a/import/asset_token/src/lib.rs b/import/asset_token/src/lib.rs index 7334076..6f4ad7a 100644 --- a/import/asset_token/src/lib.rs +++ b/import/asset_token/src/lib.rs @@ -51,7 +51,7 @@ static ASSET_KEY: LazyLock = LazyLock::new(|| { #[derive(Debug, Encode, Decode, Serialize, PartialEq, Eq)] pub enum AssetInner { Federated { host: String, asset: Vec }, - Cache(CachePath), + Cache(#[bincode(with_serde)] CachePath), Assets(PathBuf), Media(PathBuf), LocalTrack(LocalTrack), -- cgit v1.2.3-70-g09d2