diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-26 16:48:10 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-26 16:48:10 +0100 |
commit | 691b0c4683d98d1035cf63622f0c8848c7222c50 (patch) | |
tree | 89a9264b9d59bc36399961143a94381ae56e6237 /server/src/routes/ui/assets.rs | |
parent | 87b2d240bf56d080814a9f787c863067ca4e234c (diff) | |
download | jellything-691b0c4683d98d1035cf63622f0c8848c7222c50.tar jellything-691b0c4683d98d1035cf63622f0c8848c7222c50.tar.bz2 jellything-691b0c4683d98d1035cf63622f0c8848c7222c50.tar.zst |
a
Diffstat (limited to 'server/src/routes/ui/assets.rs')
-rw-r--r-- | server/src/routes/ui/assets.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/assets.rs b/server/src/routes/ui/assets.rs index 8dedc57..5b9f70e 100644 --- a/server/src/routes/ui/assets.rs +++ b/server/src/routes/ui/assets.rs @@ -166,7 +166,7 @@ pub async fn r_node_thumbnail( let asset = match thumb_track_source { TrackSource::Local(LocalTrack { path, .. }) => { // the track selected might be different from thumb_track - jellytranscoder::thumbnail::create_thumbnail(&CONF.library_path.join(path), t).await? + jellytranscoder::thumbnail::create_thumbnail(&CONF.media_path.join(path), t).await? } TrackSource::Remote(_) => { // TODO in the new system this is preferrably a property of node ext for regular fed |