mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-06-18 18:15:19 -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:
@@ -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