fix(ios): default cropStart fallback (#4540)
This commit is contained in:
@@ -243,7 +243,7 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
|
|||||||
patchVer: resolvedSource.patchVer || 0,
|
patchVer: resolvedSource.patchVer || 0,
|
||||||
requestHeaders: generateHeaderForNative(resolvedSource.headers),
|
requestHeaders: generateHeaderForNative(resolvedSource.headers),
|
||||||
startPosition: resolvedSource.startPosition ?? -1,
|
startPosition: resolvedSource.startPosition ?? -1,
|
||||||
cropStart: resolvedSource.cropStart || 0,
|
cropStart: resolvedSource.cropStart,
|
||||||
cropEnd: resolvedSource.cropEnd,
|
cropEnd: resolvedSource.cropEnd,
|
||||||
contentStartTime: selectedContentStartTime,
|
contentStartTime: selectedContentStartTime,
|
||||||
metadata: resolvedSource.metadata,
|
metadata: resolvedSource.metadata,
|
||||||
|
|||||||
Reference in New Issue
Block a user