aboutsummaryrefslogtreecommitdiff
path: root/stream/src/webvtt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/webvtt.rs')
-rw-r--r--stream/src/webvtt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/webvtt.rs b/stream/src/webvtt.rs
index e9f0181..c0bc466 100644
--- a/stream/src/webvtt.rs
+++ b/stream/src/webvtt.rs
@@ -4,7 +4,7 @@
Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use anyhow::Result;
-use jellybase::common::{stream::StreamSpec, Node};
+use jellycommon::{stream::StreamSpec, Node};
use std::sync::Arc;
use tokio::io::DuplexStream;