Skip to content

Commit

Permalink
Merge pull request #237 from tv2/SOF-1830/SetSelectedServcersToUnknow…
Browse files Browse the repository at this point in the history
…nAndRemoveOutputLayer

SOF-1830 Set Selected Servers to Unknown and Remove Output Layer
  • Loading branch information
RasmusAlbrektsen authored Mar 22, 2024
2 parents 5c2495e + 549cd82 commit 65a64a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tv2-common/parts/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ function getServerSelectionBlueprintPiece(
sourceLayerId: layers.SourceLayer.SelectedServer,
lifespan: PieceLifespan.WithinPart,
metaData: {
type: Tv2PieceType.VIDEO_CLIP,
outputLayer: Tv2OutputLayer.PROGRAM,
type: Tv2PieceType.UNKNOWN,
sourceName: contentServerElement.fileName,
audioMode:
layers.SourceLayer.SelectedServer === SharedSourceLayer.SelectedVoiceOver
Expand Down

0 comments on commit 65a64a7

Please sign in to comment.