fix: change Team property type from string to object in AnimeON models

This commit is contained in:
Felix 2025-12-13 12:54:08 +02:00
parent d07e90cf33
commit 6f2267d8a4

View File

@ -78,7 +78,7 @@ namespace AnimeON.Models
public string Description { get; set; } public string Description { get; set; }
[JsonPropertyName("team")] [JsonPropertyName("team")]
public string Team { get; set; } public object Team { get; set; }
[JsonPropertyName("telegram")] [JsonPropertyName("telegram")]
public string Telegram { get; set; } public string Telegram { get; set; }