OID changed to a field

DeleteEpsidoesNotInTvdb disabled for now since its broken
This commit is contained in:
Mark McDowall 2013-02-25 23:47:29 -08:00
commit bfc026128d
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,6 @@ namespace NzbDrone.Core.Datastore
}
[JsonProperty(PropertyName = "id")]
private int OID { get; set; }
private int OID;
}
}