mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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