mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Changed to object since it didn't want to convert the number to a string
This commit is contained in:
@@ -13,7 +13,7 @@ public class PeerTubeVideoDataModel
|
||||
[JsonPropertyName("name")]
|
||||
public required string Name { get; set; }
|
||||
[JsonPropertyName("category")]
|
||||
public Dictionary<string, string>? Category { get; set; }
|
||||
public Dictionary<string, object>? Category { get; set; }
|
||||
[JsonPropertyName("isLive")]
|
||||
public required bool IsLive { get; set; }
|
||||
[JsonPropertyName("account")]
|
||||
|
||||
Reference in New Issue
Block a user