mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Migrated streams from bespoke settings to a database table, added DLive support and Streamlink capturing with remux support
This commit is contained in:
8
KfChatDotNetBot/Models/DLiveModels.cs
Normal file
8
KfChatDotNetBot/Models/DLiveModels.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace KfChatDotNetBot.Models;
|
||||
|
||||
public class DLiveIsLiveModel
|
||||
{
|
||||
public required bool IsLive { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public required string Username { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user