Skip to content

Commit

Permalink
fix: problem with CCG interface incorrectly understanding decklink de…
Browse files Browse the repository at this point in the history
…vice ID
  • Loading branch information
jstarpl committed Sep 26, 2019
1 parent b8d91c0 commit 8889acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/CasparCGConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class CasparCGConnection {
type: 'SET_PRIVATE',
channel: index,
tag: 'file_path',
value: message.args[0]
value: message.args[0].low
})
}
}
Expand Down

0 comments on commit 8889acd

Please sign in to comment.