diff --git a/src/Video.tsx b/src/Video.tsx index bf4824d7..6d39f24a 100644 --- a/src/Video.tsx +++ b/src/Video.tsx @@ -243,7 +243,7 @@ const Video = forwardRef( patchVer: resolvedSource.patchVer || 0, requestHeaders: generateHeaderForNative(resolvedSource.headers), startPosition: resolvedSource.startPosition ?? -1, - cropStart: resolvedSource.cropStart || 0, + cropStart: resolvedSource.cropStart, cropEnd: resolvedSource.cropEnd, contentStartTime: selectedContentStartTime, metadata: resolvedSource.metadata,