From 8abc6c5074c5d0da6fa0d9538df139ed3426f28d Mon Sep 17 00:00:00 2001 From: FrigaT Date: Mon, 13 Apr 2026 15:42:42 +0300 Subject: [PATCH] fix --- YandexMusic.API/Requests/Common/YRequestBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YandexMusic.API/Requests/Common/YRequestBuilder.cs b/YandexMusic.API/Requests/Common/YRequestBuilder.cs index a50dfa7..8e18103 100644 --- a/YandexMusic.API/Requests/Common/YRequestBuilder.cs +++ b/YandexMusic.API/Requests/Common/YRequestBuilder.cs @@ -31,7 +31,7 @@ public abstract class YRequestBuilder ?? throw new NotImplementedException($"Отсутствует атрибут {nameof(YRequestAttribute)}"); api = yandex; storage = auth; - device = $"os=CSharp; os_version=; manufacturer=K1llM@n; model=Yandex Music API; clid=; device_id={storage.DeviceId}; uuid=random"; + device = $"os=CSharp; os_version=; manufacturer=FrigaT; model=Yandex Music API; clid=; device_id={storage.DeviceId}; uuid=random"; _jsonOptions = new JsonSerializerOptions {