Skip to content

Commit

Permalink
Remove undefined MediaSegmentType
Browse files Browse the repository at this point in the history
  • Loading branch information
viown committed Oct 25, 2024
1 parent d8db0ba commit 967b30e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/playback/skipsegment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { PlaybackManager } from './playbackmanager';
import { TICKS_PER_MILLISECOND, TICKS_PER_SECOND } from 'constants/time';
import { MediaSegmentType } from '@jellyfin/sdk/lib/generated-client/models/media-segment-type';
import type { MediaSegmentDto } from '@jellyfin/sdk/lib/generated-client/models/media-segment-dto';
import { PlaybackSubscriber } from 'apps/stable/features/playback/utils/playbackSubscriber';
import { isInSegment } from 'apps/stable/features/playback/utils/mediaSegments';
Expand Down

0 comments on commit 967b30e

Please sign in to comment.