Обнновлено до .net10
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using YandexMusic.API.Models.Common;
|
||||
|
||||
namespace YandexMusic.API.Models.Track
|
||||
namespace YandexMusic.API.Models.Track;
|
||||
|
||||
public class YTrackSupplement
|
||||
{
|
||||
public class YTrackSupplement
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public List<YClip> Clips { get; set; }
|
||||
public YLyrics Lyrics { get; set; }
|
||||
public List<YVideo> Videos { get; set; }
|
||||
}
|
||||
public string Id { get; set; }
|
||||
public List<YClip> Clips { get; set; }
|
||||
public YLyrics Lyrics { get; set; }
|
||||
public List<YVideo> Videos { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user