Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using YandexMusic.API.Models.Playlist;
|
||||
|
||||
namespace YandexMusic.API.Models.Search.Playlist
|
||||
namespace YandexMusic.API.Models.Search.Playlist;
|
||||
|
||||
public class YSearchPlaylistModel : YPlaylist
|
||||
{
|
||||
public class YSearchPlaylistModel : YPlaylist
|
||||
{
|
||||
public string CoverUri { get; set; }
|
||||
public List<string> Regions { get; set; }
|
||||
}
|
||||
public string CoverUri { get; set; }
|
||||
public List<string> Regions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user