From 6c3fa704dbf854d031b6d2146400883a545e05cb Mon Sep 17 00:00:00 2001 From: Uruk Date: Wed, 14 Jan 2026 20:16:10 +0100 Subject: [PATCH] refactor: remove unused Segment interface from MediaTimeSegment --- providers/Downloads/types.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/providers/Downloads/types.ts b/providers/Downloads/types.ts index 333b1f1c..f1a57efc 100644 --- a/providers/Downloads/types.ts +++ b/providers/Downloads/types.ts @@ -32,12 +32,6 @@ export interface MediaTimeSegment { text: string; } -export interface Segment { - startTime: number; - endTime: number; - text: string; -} - /** Represents a single downloaded media item with all necessary metadata for offline playback. */ export interface DownloadedItem { /** The Jellyfin item DTO. */