Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Feed/Event/YFeedEventArtist.cs
Normal file
9
YandexMusic.API/Models/Feed/Event/YFeedEventArtist.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using YandexMusic.API.Models.Artist;
|
||||
|
||||
namespace YandexMusic.API.Models.Feed.Event
|
||||
{
|
||||
public class YFeedEventArtist : YFeedEventTracks
|
||||
{
|
||||
public YArtist Artist { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user