mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
OID changed to a field
DeleteEpsidoesNotInTvdb disabled for now since its broken
This commit is contained in:
@@ -17,6 +17,6 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
|
||||
[JsonProperty(PropertyName = "id")]
|
||||
private int OID { get; set; }
|
||||
private int OID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user