MediaPage - media type info added

This commit is contained in:
2024-09-22 00:37:26 +02:00
Unverified
parent 3a052d4f9e
commit 7637f07f3f
4 changed files with 12 additions and 7 deletions

View File

@@ -7,8 +7,10 @@ public class MediaResponse : Media
{
#region PROPERTIES
[JsonPropertyName("id")]
public long Id { get; set; }
[JsonPropertyName("type")]
public MediaType Type { get; set; }
#endregion