🆙 Youtube

This commit is contained in:
duckietm
2026-04-09 15:36:43 +02:00
parent 85d3422e86
commit a92f2f0603
@@ -6,7 +6,7 @@ export class YouTubeRoomWatchingComposer implements IMessageComposer<any[]>
constructor(watching: boolean)
{
this._data = [watching];
this._data = [watching ? 1 : 0];
}
public getMessageArray() { return this._data; }