Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons.

This commit is contained in:
tidusjar 2016-04-05 21:51:52 +01:00
parent 5d1b335d6c
commit f0d44b2788
5 changed files with 18 additions and 22 deletions

View file

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PlexRequests.Api.Models.SickRage
namespace PlexRequests.Api.Models.SickRage
{
public class SickRageBase<T>
{
@ -12,4 +6,4 @@ namespace PlexRequests.Api.Models.SickRage
public string message { get; set; }
public string result { get; set; }
}
}
}