From e99bde7a00a161ff5dd91eaf1ce546a9d98cef05 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Sep 2025 13:54:04 +0200 Subject: move stream types to own crate; removes a common dep --- common/src/jhls.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'common/src/jhls.rs') diff --git a/common/src/jhls.rs b/common/src/jhls.rs index 90f48f5..104d9a5 100644 --- a/common/src/jhls.rs +++ b/common/src/jhls.rs @@ -3,12 +3,3 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin */ -use bincode::{Decode, Encode}; -use serde::{Deserialize, Serialize}; - -#[derive(Debug, Serialize, Deserialize, Encode, Decode)] -pub struct SubtitleCue { - pub start: f64, - pub end: f64, - pub content: String, -} -- cgit v1.2.3-70-g09d2