Skip to content

Commit fcc85e8

Browse files
committed
chore: fix bad type
1 parent b3e7767 commit fcc85e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meteor/server/publications/pieceContentStatusUI/checkPieceContentStatus.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ async function checkPieceContentMediaObjectStatus(
349349
codec_time_base: stream.codec.time_base,
350350
channels: stream.channels,
351351
r_frame_rate: undefined,
352+
field_order: undefined,
352353
})
353354
),
354355
(stream) => buildFormatString(mediainfo.field_order, stream),

0 commit comments

Comments
 (0)