Added support for Kiwi PeerTube livestream notifications and capturing

This commit is contained in:
barelyprofessional
2025-07-23 00:29:02 -05:00
parent 9462048a29
commit de4e137a48
5 changed files with 225 additions and 2 deletions

View File

@@ -29,10 +29,16 @@ public enum StreamService
{
Kick,
Parti,
DLive
DLive,
KiwiPeerTube
}
public class KickStreamMetaModel
{
public required int ChannelId { get; set; }
}
public class PeerTubeMetaModel
{
public required string AccountName { get; set; }
}