diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
commit | a5a73dc868c714391e4da4a53b4e4993fc77372e (patch) | |
tree | 1bad34a616a7e20b40ef6a8100b8aa20ef5fb783 /base | |
parent | 59825d68efa1077382fd6acac73f75ae9dc3680a (diff) | |
download | jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.bz2 jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.zst |
parallel import
Diffstat (limited to 'base')
-rw-r--r-- | base/src/assetfed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/assetfed.rs b/base/src/assetfed.rs index bb39bbd..d20446b 100644 --- a/base/src/assetfed.rs +++ b/base/src/assetfed.rs @@ -31,7 +31,7 @@ pub enum AssetInner { Federated { host: String, asset: Vec<u8> }, Cache(CachePath), Assets(PathBuf), - Library(PathBuf), + Media(PathBuf), } impl AssetInner { |