Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using YandexMusic.API.Models.Pins.Items;
|
||||
using System.Text.Json.Serialization;
|
||||
using YandexMusic.API.Models.Pins.Items;
|
||||
|
||||
namespace YandexMusic.API.Models.Pins
|
||||
namespace YandexMusic.API.Models.Pins;
|
||||
|
||||
public class YPins
|
||||
{
|
||||
public class YPins
|
||||
{
|
||||
[JsonConverter(typeof(YPinConverter))]
|
||||
public List<YPin> Pins { get; set; }
|
||||
}
|
||||
[JsonConverter(typeof(YPinConverter))]
|
||||
public List<YPin> Pins { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user