mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
OID changed to a field
DeleteEpsidoesNotInTvdb disabled for now since its broken
This commit is contained in:
parent
afcbbf54c7
commit
bfc026128d
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,6 @@ namespace NzbDrone.Core.Datastore
|
|||
}
|
||||
|
||||
[JsonProperty(PropertyName = "id")]
|
||||
private int OID { get; set; }
|
||||
private int OID;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue