diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 20:02:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 20:02:06 +0200 |
commit | e25beb3e0c2531b09d8efd70e858396dcc631dd2 (patch) | |
tree | 917189b7e5e5363c830fbdabcb416e16623a6438 /transcoder/src | |
parent | 839c1e1490e7cd856e6ada1dcfd82f3d4505c89c (diff) | |
download | jellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar jellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar.bz2 jellything-e25beb3e0c2531b09d8efd70e858396dcc631dd2.tar.zst |
add profiles to jhls
Diffstat (limited to 'transcoder/src')
-rw-r--r-- | transcoder/src/snippet.rs | 2 |
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::{ |