SuperFlyTV / casparcg-connection

node.js Javascript/TypeScript library for CasparCG connection and commands.
https://www.npmjs.com/package/casparcg-connection
MIT License
87 stars 22 forks source link

cgAdd command dosn't work #180

Closed alex-Arc closed 1 year ago

alex-Arc commented 1 year ago
export interface CgAddParameters extends ChannelLayer, CGLayer {
    template: string;
    playOnLoad: boolean;
    data?: Record<string, any> | string;
}

to

export interface CgAddParameters extends ChannelLayer, CGLayer {
    template: string;
    playOnLoad: number;
    data?: Record<string, any> | string;
}
mint-dewit commented 1 year ago

Thank you for opening this issue. This is fixed in version 6.0.2