diff options
Diffstat (limited to 'transcoder/src/fragment.rs')
-rw-r--r-- | transcoder/src/fragment.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/transcoder/src/fragment.rs b/transcoder/src/fragment.rs index 4b72eaf..8822fa2 100644 --- a/transcoder/src/fragment.rs +++ b/transcoder/src/fragment.rs @@ -5,8 +5,10 @@ */ use crate::LOCAL_VIDEO_TRANSCODING_TASKS; -use jellybase::cache::{async_cache_file, CachePath}; -use jellycommon::jhls::EncodingProfile; +use jellybase::{ + cache::{async_cache_file, CachePath}, + common::jhls::EncodingProfile, +}; use log::{debug, info}; use std::process::Stdio; use tokio::{ |