Stream forwarding

This commit is contained in:
2023-12-07 22:46:36 +00:00
parent 1ad5186aff
commit cef1b845bc
17 changed files with 594 additions and 10 deletions

View File

@ -46,6 +46,8 @@ public class Config
public List<EdgeLocation> Edges { get; init; } = new();
public TwitchApi Twitch { get; init; } = null!;
public string DataProtectionKeyPath { get; init; } = null!;
}
public class TwitchApi