Skip to content

Commit 842a036

Browse files
committed
chore: doc
Co-authored by @olzzon
1 parent c77b6a5 commit 842a036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/webui/src/client/ui/FloatingInspectors/VTFloatingInspector.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ export const VTFloatingInspector: React.FC<IProps> = ({
110110
const { t } = useTranslation()
111111
const inspectorRef = useRef<HTMLDivElement>(null)
112112

113+
// Display a "blank" video canvas when setting ?ignore_piece_content_status=1
113114
const debugMode = getIgnorePieceContentStatus()
114-
const playPreviewUrl = debugMode ? 'http://some-ip-here:3000/preview.mp4' : previewUrl || ''
115+
const playPreviewUrl = debugMode ? 'http://dummy-video/no-video.mp4' : previewUrl || ''
115116

116117
const itemDuration = content?.sourceDuration || renderedDuration || 0
117118
const seek = content?.seek ?? 0

0 commit comments

Comments
 (0)