You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-09-16 09:26:36 +02:00
fixed OID issues.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
@@ -17,6 +17,6 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
|
||||
[JsonProperty(PropertyName = "id")]
|
||||
private int OID;
|
||||
public int OID { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user