Добавлена подсветка воспроизводимой песни

This commit is contained in:
FrigaT
2026-05-22 00:07:26 +03:00
parent 9139d8ecfe
commit efe1c3c2dd
23 changed files with 362 additions and 57 deletions

View File

@@ -2,5 +2,5 @@
public class SetYandexTokenRequest
{
public string Token { get; set; }
public string Token { get; set; } = string.Empty;
}