Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Common/YTrackSharingFlag.cs
Normal file
12
YandexMusic.API/Models/Common/YTrackSharingFlag.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public enum YTrackSharingFlag
|
||||
{
|
||||
[EnumMember(Value = "VIDEO_ALLOWED")]
|
||||
VideoAllowed,
|
||||
[EnumMember(Value = "COVER_ONLY")]
|
||||
CoverOnly
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user