mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Fuck it. removing category as I don't even use it
This commit is contained in:
@@ -12,8 +12,6 @@ public class PeerTubeVideoDataModel
|
||||
public required string Url { get; set; }
|
||||
[JsonPropertyName("name")]
|
||||
public required string Name { get; set; }
|
||||
[JsonPropertyName("category")]
|
||||
public Dictionary<string, object>? Category { get; set; }
|
||||
[JsonPropertyName("isLive")]
|
||||
public required bool IsLive { get; set; }
|
||||
[JsonPropertyName("account")]
|
||||
|
||||
Reference in New Issue
Block a user