mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons.
This commit is contained in:
parent
5d1b335d6c
commit
f0d44b2788
5 changed files with 18 additions and 22 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue