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:
@@ -22,4 +22,5 @@ public class ApplicationDbContext : DbContext
|
||||
// public DbSet<PocketWatchAddressDbModel> PocketWatchAddresses { get; set; }
|
||||
// public DbSet<PocketWatchTransactionDbModel> PocketWatchTransactions { get; set; }
|
||||
public DbSet<MomDbModel> Moms { get; set; }
|
||||
public DbSet<StreamDbModel> Streams { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user