Добавлен вывод QR яндекса
This commit is contained in:
@@ -13,4 +13,4 @@ public enum TrackSearchType
|
||||
Album,
|
||||
Playlist,
|
||||
Track,
|
||||
}
|
||||
}
|
||||
|
||||
12
PlaylistShared.Shared/Enums/YandexAuthQrStatus.cs
Normal file
12
PlaylistShared.Shared/Enums/YandexAuthQrStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PlaylistShared.Shared.Enums;
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum YandexAuthQrStatus
|
||||
{
|
||||
Pending,
|
||||
Authorized,
|
||||
Expired,
|
||||
Error,
|
||||
}
|
||||
Reference in New Issue
Block a user