Skip to content

Commit

Permalink
fix(CasparCG): Compatible with CCG Server 2.1.11.NRK route producer
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperstarkar committed Mar 25, 2020
1 parent 5b6f830 commit a39edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/CasparCGConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class CasparCGConnection {
undefined,
undefined,
value);
case 'route':
case 'layer-route':
return this.connection.playRoute(
channel,
layer,
Expand Down

0 comments on commit a39edcb

Please sign in to comment.