fix
All checks were successful
Release / pack-and-publish (release) Successful in 32s

This commit is contained in:
FrigaT
2026-04-13 15:42:42 +03:00
parent b8f78a5856
commit 8abc6c5074

View File

@@ -31,7 +31,7 @@ public abstract class YRequestBuilder<TResponse, TParams>
?? 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
{