Fuck it. removing category as I don't even use it

This commit is contained in:
barelyprofessional
2025-07-23 12:27:04 -05:00
parent d4c49467e3
commit b01ba7c0a4

View File

@@ -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")]