Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using YandexMusic.API.Models.Artist;
|
||||
|
||||
namespace YandexMusic.API.Models.Feed.Event
|
||||
namespace YandexMusic.API.Models.Feed.Event;
|
||||
|
||||
public class YFeedEventSimilarArtists : YFeedEventTitled
|
||||
{
|
||||
public class YFeedEventSimilarArtists : YFeedEventTitled
|
||||
{
|
||||
public YArtist SimilarToArtist { get; set; }
|
||||
public List<YArtist> SimilarArtists { get; set; }
|
||||
}
|
||||
public YArtist SimilarToArtist { get; set; }
|
||||
public List<YArtist> SimilarArtists { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user