Skip to content

Commit 456e40e

Browse files
committed
[DCPUtils\Models\DCP.cs] Adapted closed captions verification to use the current reel
1 parent 2ac058a commit 456e40e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DCPUtils/Models/DCP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public bool Verify() {
155155
}
156156

157157
if(HasClosedCaptions) {
158-
var captionUuid = CompositionPlaylist.ReelList.First().ClosedCaption.UUID;
158+
var captionUuid = reel.ClosedCaption.UUID;
159159
string captionFilename = PackListUtils.GetFileNameFromPackagingList(PackListPath, captionUuid);
160160
string captionPath = Path.Combine(DcpRoot, captionFilename);
161161

0 commit comments

Comments
 (0)