Added Rotten Tomatoes ratings to the detail pages

This commit is contained in:
tidusjar 2021-01-04 22:51:42 +00:00
parent fde93d2445
commit cb127f3858
40 changed files with 312 additions and 95 deletions

View file

@ -67,6 +67,7 @@ using Quartz.Spi;
using Ombi.Api.MusicBrainz;
using Ombi.Api.Twilio;
using Ombi.Api.CloudService;
using Ombi.Api.RottenTomatoes;
namespace Ombi.DependencyInjection
{
@ -158,6 +159,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<ICloudMobileNotification, CloudMobileNotification>();
services.AddTransient<IEmbyApiFactory, EmbyApiFactory>();
services.AddTransient<IJellyfinApiFactory, JellyfinApiFactory>();
services.AddTransient<IRottenTomatoesApi, RottenTomatoesApi>();
}
public static void RegisterStore(this IServiceCollection services) {