should be able to queue report using api.

This commit is contained in:
kay.one
2013-06-09 13:50:57 -07:00
parent 487ad01a0e
commit ac3582d5c4
22 changed files with 91 additions and 270 deletions

View File

@@ -40,7 +40,6 @@ namespace NzbDrone.Api.Series
public DateTime? CustomStartDate { get; set; }
public Boolean UseSceneNumbering { get; set; }
public Int32 Id { get; set; }
public Int32 Runtime { get; set; }
public Int32 TvdbId { get; set; }
public Int32 TvRageId { get; set; }