Обложка для плейлиста #1593
Unanswered
HELLRAiSER555
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Как загрузить обложку при создании плейлиста или добавить в уже существующий плейлист?
Возвращаемое свойство photo существует, а где его добавить при создании так и не нашел.
public class AudioPlaylist : MediaAttachment
//
// Summary:
// Обложка плейлиста.
[JsonProperty("photo")]
public AudioCover Photo { get; set; }
Beta Was this translation helpful? Give feedback.
All reactions