Skip to content

Commit

Permalink
Merge pull request #250 from tv2/SOF-2292/add-sourcename-to-wipes
Browse files Browse the repository at this point in the history
SOF-2292 - Add sourcename to wipes so we can get media status in Alba
  • Loading branch information
RasmusAlbrektsen authored Sep 30, 2024
2 parents 1e5d2f1 + 3667332 commit 6d7b9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tv2-common/parts/effekt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ export function CreateEffektForPartInner<
}),
metaData: {
type: Tv2PieceType.JINGLE,
outputLayer: Tv2OutputLayer.JINGLE
outputLayer: Tv2OutputLayer.JINGLE,
sourceName: fileName
}
})

Expand Down

0 comments on commit 6d7b9f7

Please sign in to comment.