diff options
Diffstat (limited to 'stream/src/fragment_index.rs')
-rw-r--r-- | stream/src/fragment_index.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/fragment_index.rs b/stream/src/fragment_index.rs index 0632f0a..cb54948 100644 --- a/stream/src/fragment_index.rs +++ b/stream/src/fragment_index.rs @@ -5,7 +5,7 @@ */ use crate::{stream_info, SMediaInfo}; use anyhow::{anyhow, Result}; -use jellycommon::stream::{SegmentNum, TrackNum}; +use jellystream_types::{SegmentNum, TrackNum}; use std::sync::Arc; use tokio::io::{AsyncWriteExt, DuplexStream}; |