Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Artist/YBandlinkScannerLink.cs
Normal file
10
YandexMusic.API/Models/Artist/YBandlinkScannerLink.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Artist
|
||||
{
|
||||
public class YBandlinkScannerLink
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Subtitle { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user