We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac058a commit 456e40eCopy full SHA for 456e40e
1 file changed
DCPUtils/Models/DCP.cs
@@ -155,7 +155,7 @@ public bool Verify() {
155
}
156
157
if(HasClosedCaptions) {
158
- var captionUuid = CompositionPlaylist.ReelList.First().ClosedCaption.UUID;
+ var captionUuid = reel.ClosedCaption.UUID;
159
string captionFilename = PackListUtils.GetFileNameFromPackagingList(PackListPath, captionUuid);
160
string captionPath = Path.Combine(DcpRoot, captionFilename);
161
0 commit comments