mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
fixed OID issues.
This commit is contained in:
parent
d04d38e427
commit
911311d1e8
@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
@ -17,6 +17,6 @@ public int Id
|
||||
}
|
||||
|
||||
[JsonProperty(PropertyName = "id")]
|
||||
private int OID;
|
||||
public int OID { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user