Обнновлено до .net10
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using YandexMusic.API.Models.Artist;
|
||||
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities.Context
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities.Context;
|
||||
|
||||
public class YPlayContextArtist : YPlayContext
|
||||
{
|
||||
public class YPlayContextArtist : YPlayContext
|
||||
{
|
||||
public YArtist Payload { get; set; }
|
||||
}
|
||||
public YArtist Payload { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user