Increased the delay for the Episode information api calls. #1163

Fixed the issue with notifications being slightly borked #1263

Fixed the issue for Radarr, the api changed again #1263
This commit is contained in:
tidusjar 2017-03-17 20:58:53 +00:00
commit 2d0297231d
6 changed files with 13 additions and 10 deletions

View file

@ -29,6 +29,9 @@ using System.Collections.Generic;
namespace Ombi.Api.Models.Radarr
{
/// <summary>
/// This is not used now... Keeping it here incase Radarr changes their mind again.
/// </summary>
public class RadarrMovieContainer
{
public int page { get; set; }