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
commit f0d44b2788
5 changed files with 18 additions and 22 deletions

View file

@ -1,12 +1,6 @@
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 SickRageSeasonList : SickRageBase<int[]>
{
}
}
}