Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@ -7,8 +7,8 @@ namespace TwitchChatTTS.Veadotube
|
||||
[JsonPropertyName("time")]
|
||||
public long Time { get; set; }
|
||||
[JsonPropertyName("name")]
|
||||
public string Name { get; set; }
|
||||
public required string Name { get; set; }
|
||||
[JsonPropertyName("server")]
|
||||
public string Server { get; set; }
|
||||
public required string Server { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user