Skip to content

Commit

Permalink
Pull Request fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 7, 2023
1 parent 846d234 commit a221c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Childrens-Social-Care-CPD/Views/Shared/_VideoResource.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
else
{
<video id="videoPlayer" name="media" src="@Model.EmbededSourceUrl">
<video name="media" src="@Model.EmbededSourceUrl">
<track label="English" kind="captions" srclang="en" default>
</video>
}
Expand All @@ -33,7 +33,7 @@
}
else
{
<video id="videoPlayer" preload="none">
<video id="videoPlayer" name="media" preload="none">
<source src="@Model.Video.File.Url">
</video>
}
Expand Down

0 comments on commit a221c20

Please sign in to comment.