From 4fecc4cd6e5b1df2f362ad2a4a1aeea4b4e2e141 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 28 Sep 2021 17:19:18 -0700 Subject: [PATCH] rebroadcast: cleanup --- plugins/prebuffer-mixin/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/prebuffer-mixin/src/main.ts b/plugins/prebuffer-mixin/src/main.ts index bbb991aff..135fec4bc 100644 --- a/plugins/prebuffer-mixin/src/main.ts +++ b/plugins/prebuffer-mixin/src/main.ts @@ -1,5 +1,5 @@ -import { MixinProvider, ScryptedDeviceBase, ScryptedDeviceType, ScryptedInterface, MediaObject, VideoCamera, MediaStreamOptions, Settings, Setting, ScryptedMimeTypes, FFMpegInput } from '@scrypted/sdk'; +import { MixinProvider, ScryptedDeviceType, ScryptedInterface, MediaObject, VideoCamera, MediaStreamOptions, Settings, Setting, ScryptedMimeTypes, FFMpegInput } from '@scrypted/sdk'; import sdk from '@scrypted/sdk'; import { Server } from 'net'; import { listenZeroCluster } from '@scrypted/common/src/listen-cluster';