mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added Rotten Tomatoes ratings to the detail pages
This commit is contained in:
parent
fde93d2445
commit
cb127f3858
40 changed files with 312 additions and 95 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue