Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jan 19, 2024
1 parent 6d77015 commit e9aed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anikin/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static MauiApp CreateMauiApp()
builder.Services.AddTransient<EpisodeViewModel>();

// Services
builder.Services.AddScoped(x => AniClientFactory());
builder.Services.AddTransient(x => AniClientFactory());
builder.Services.AddSingleton<IAlertService, AlertService>();
builder.Services.AddScoped<SettingsService>();
builder.Services.AddScoped<ProviderService>();
Expand Down

0 comments on commit e9aed5b

Please sign in to comment.