mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
refactor: update comments and documentation to English for consistency
This commit is contained in:
@@ -14,7 +14,7 @@ builder.Services.AddSwaggerGen();
|
||||
builder.Services.Configure<SubsonicSettings>(
|
||||
builder.Configuration.GetSection("Subsonic"));
|
||||
|
||||
// Services métier
|
||||
// Business services
|
||||
builder.Services.AddSingleton<ILocalLibraryService, LocalLibraryService>();
|
||||
builder.Services.AddScoped<IMusicMetadataService, DeezerMetadataService>();
|
||||
builder.Services.AddScoped<IDownloadService, DeezerDownloadService>();
|
||||
|
||||
Reference in New Issue
Block a user