candidature : id on Plyr

This commit is contained in:
2019-08-06 16:32:51 +02:00
parent f5a6e86c61
commit 8f97f706f0
+1 -1
View File
@@ -19,7 +19,7 @@ export default function ChatCard(props) {
return (
<Fragment>
{props.message.video &&
<Plyr
<Plyr name="CandidatureChatplyr" id="CandidatureChatplyr"
type="vimeo" // or "vimeo"
videoId={Ar.last(_.split(props.message.video.cdn_url, '/'))}
/>