Skip to content

Commit

Permalink
call addStreamingMetadat in generateWork
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed May 9, 2024
1 parent c1c385b commit cbe3712
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ protected void generateWork() throws IOException {
// add permission to work
addPermission(cdmId, workBag);

// Add streamingUrl
addStreamingMetadata(cdmId, workBag);

// Copy description to SIP
copyDescriptionToSip(workPid, expDescPath);

Expand Down Expand Up @@ -181,9 +184,6 @@ protected PID addFileObject(String cdmId, String cdmFileCreated, SourceFilesInfo
// Add permission to source file
addFilePermission(cdmId, fileObjResc);

// Add streamingUrl
addStreamingMetadata(cdmId, fileObjResc);

// Link access file
if (accessFilesInfo != null) {
SourceFilesInfo.SourceFileMapping accessMapping = accessFilesInfo.getMappingByCdmId(cdmId);
Expand Down

0 comments on commit cbe3712

Please sign in to comment.