We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a756f commit 5d0f267Copy full SHA for 5d0f267
1 file changed
packages/web-domain/src/Video.ts
@@ -36,8 +36,6 @@ export class Video extends Schema.Class<Video>("Video")({
36
}) {
37
static decodeSync = Schema.decodeSync(Video);
38
39
- static toJS = (self: Video) => Schema.encode(Video)(self).pipe(Effect.orDie);
40
-
41
static getSource(self: Video) {
42
if (self.source.type === "MediaConvert")
43
return new M3U8Source({
0 commit comments