refactor: remove unused Segment interface from MediaTimeSegment

This commit is contained in:
Uruk
2026-01-14 20:16:10 +01:00
parent fe315699b9
commit 6c3fa704db

View File

@@ -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. */