From fa4935c4548a44f0c4dae50c80f81ada3d605093 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 15 Jan 2024 17:49:27 +0100 Subject: [PATCH] fix recording --- www/app/[domain]/transcripts/recorder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/[domain]/transcripts/recorder.tsx b/www/app/[domain]/transcripts/recorder.tsx index 8ab6d9c1..3ef96d62 100644 --- a/www/app/[domain]/transcripts/recorder.tsx +++ b/www/app/[domain]/transcripts/recorder.tsx @@ -1,7 +1,7 @@ import React, { useRef, useEffect, useState } from "react"; import WaveSurfer from "wavesurfer.js"; -import RecordPlugin from "wavesurfer.js/dist/plugins/record.esm.js"; +import RecordPlugin from "../../lib/custom-plugins/record"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faMicrophone } from "@fortawesome/free-solid-svg-icons";