From 0bfac6434601e8c4feac6d497df632ede15a7503 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Jun 2025 13:28:18 +0200 Subject: use singular "subtitle" when referring to track type --- common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/lib.rs') diff --git a/common/src/lib.rs b/common/src/lib.rs index 366c514..14c82fc 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -276,7 +276,7 @@ pub enum SourceTrackKind { sample_rate: f64, bit_depth: Option, }, - Subtitles, + Subtitle, } #[derive(Debug, Serialize, Deserialize, Clone, Copy, Hash, PartialEq, Encode, Decode)] -- cgit v1.2.3-70-g09d2