Skip to content

Commit

Permalink
fix: Removes output layer for selected servers and sets the piece typ…
Browse files Browse the repository at this point in the history
…e to unknown since we dont have a use for it in the GUI
  • Loading branch information
RasmusAlbrektsen committed Mar 21, 2024
1 parent 5c2495e commit 549cd82
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 549cd82

Please sign in to comment.