fix: play/pause and play/stop behviour

This commit is contained in:
averel10
2026-04-03 10:13:08 +02:00
parent 3e54d2c1ee
commit 6986e88560
8 changed files with 37 additions and 19 deletions

View File

@@ -517,7 +517,7 @@ export default function DatasetEntriesList({
{(() => {
const fileExtension = entry.fileName.substring(entry.fileName.lastIndexOf('.'));
const src = `/public/datasets/${datasetId}/${entry.externalId}${fileExtension}`;
return <WaveformPlayer src={src} showWaveform={false} />;
return <WaveformPlayer src={src} showWaveform={false} playMode='stop' />;
})()}
</td>
<td className="py-3 px-4">