diff --git a/src/components/Timeline/Shared/Attachment/Audio.tsx b/src/components/Timeline/Shared/Attachment/Audio.tsx index c0da956f..04d8d64e 100644 --- a/src/components/Timeline/Shared/Attachment/Audio.tsx +++ b/src/components/Timeline/Shared/Attachment/Audio.tsx @@ -96,7 +96,7 @@ const AttachmentAudio: React.FC = ({ )} - {audio.meta.original.duration ? ( + {audio.meta?.original?.duration ? (