mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
unused constant
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
import {
|
import { HLS_CLEANUP_INTERVAL_MS, HLS_INACTIVITY_TIMEOUT_MS, HLS_LEASE_DURATION_MS } from 'src/constants';
|
||||||
HLS_CLEANUP_INTERVAL_MS,
|
|
||||||
HLS_INACTIVITY_TIMEOUT_MS,
|
|
||||||
HLS_LEASE_DURATION_MS,
|
|
||||||
HLS_SEGMENT_DURATION,
|
|
||||||
} from 'src/constants';
|
|
||||||
import { TranscodingService } from 'src/services/transcoding.service';
|
import { TranscodingService } from 'src/services/transcoding.service';
|
||||||
import { VIDEO_STREAM_SESSION_PK_CONSTRAINT } from 'src/utils/database';
|
import { VIDEO_STREAM_SESSION_PK_CONSTRAINT } from 'src/utils/database';
|
||||||
import { eiffelTower, train, waterfall } from 'test/fixtures/media.stub';
|
import { eiffelTower, train, waterfall } from 'test/fixtures/media.stub';
|
||||||
|
|||||||
Reference in New Issue
Block a user