diff options
Diffstat (limited to 'transcoder')
-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::{ |