Сохранение громкости плеера

This commit is contained in:
FrigaT
2026-04-14 14:52:46 +03:00
parent 9e8bb0db75
commit 68887284c1
4 changed files with 43 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ internal class Program
});
builder.Services.AddScoped<TokenStorage>();
builder.Services.AddScoped<PlayerStorage>();
builder.Services.AddScoped<AuthStateProvider>();
builder.Services.AddScoped<AuthenticationStateProvider>(sp => sp.GetRequiredService<AuthStateProvider>());
builder.Services.AddScoped<ApiClient>();