aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src/snippet.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-02 20:02:06 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-02 20:02:06 +0200
commite25beb3e0c2531b09d8efd70e858396dcc631dd2 (patch)
tree917189b7e5e5363c830fbdabcb416e16623a6438 /transcoder/src/snippet.rs
parent839c1e1490e7cd856e6ada1dcfd82f3d4505c89c (diff)
downloadjellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar
jellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar.bz2
jellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar.zst
add profiles to jhls
Diffstat (limited to 'transcoder/src/snippet.rs')
-rw-r--r--transcoder/src/snippet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoder/src/snippet.rs b/transcoder/src/snippet.rs
index 9253c2c..42847a0 100644
--- a/transcoder/src/snippet.rs
+++ b/transcoder/src/snippet.rs
@@ -5,7 +5,7 @@
*/
use jellybase::cache::async_cache_file;
-use jellycommon::{AssetLocation, EncodingProfile};
+use jellycommon::{jhls::EncodingProfile, AssetLocation};
use log::info;
use std::process::Stdio;
use tokio::{