Добавлены избранные плейлисты
This commit is contained in:
@@ -15,6 +15,10 @@ public class SharedPlaylistDto
|
||||
[JsonPropertyName("creatorUserId")]
|
||||
public Guid CreatorUserId { get; set; }
|
||||
|
||||
/// <summary>Uuid на яндекс плейлист</summary>
|
||||
[JsonPropertyName("yandexPlaylistUuid")]
|
||||
public string? YandexPlaylistUuid { get; set; }
|
||||
|
||||
/// <summary>Идентификатор плейлиста в Яндекс.Музыке (kind).</summary>
|
||||
[JsonPropertyName("yandexPlaylistKind")]
|
||||
public string YandexPlaylistKind { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user