обновление json parse
All checks were successful
Release / pack-and-publish (release) Successful in 45s

This commit is contained in:
FrigaT
2026-04-13 13:55:23 +03:00
parent a40b36ef96
commit 21a0c5abe6
10 changed files with 156 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
using System.Text.Json.Serialization;
using YandexMusic.API.Converters;
using YandexMusic.API.Models.Common;
using YandexMusic.API.Models.Common.Cover;
using YandexMusic.API.Models.Track;
@@ -44,6 +45,7 @@ public class YPlaylist : YBaseModel
public string Image { get; set; }
public bool IsBanner { get; set; }
public bool IsPremiere { get; set; }
[JsonConverter(typeof(IntToStringConverter))]
public string Kind { get; set; }
public List<YPlaylist> LastOwnerPlaylists { get; set; }
public int LikesCount { get; set; }