fix: add HTTP Range header forwarding for iOS clients

This commit is contained in:
V1ck3s
2026-01-12 19:35:29 +01:00
parent 428b7f06c4
commit c8c4fd8322
3 changed files with 145 additions and 48 deletions

View File

@@ -41,7 +41,7 @@ builder.Services.AddSingleton<ILocalLibraryService, LocalLibraryService>();
builder.Services.AddSingleton<SubsonicRequestParser>();
builder.Services.AddSingleton<SubsonicResponseBuilder>();
builder.Services.AddSingleton<SubsonicModelMapper>();
builder.Services.AddSingleton<SubsonicProxyService>();
builder.Services.AddScoped<SubsonicProxyService>();
// Register music service based on configuration
if (musicService == MusicService.Qobuz)