1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

fixed renamed OID to id in json response.

This commit is contained in:
kay.one
2013-02-17 19:18:25 -08:00
parent c904c6e085
commit 6c944758ed
8 changed files with 24 additions and 24 deletions
@@ -9,7 +9,7 @@ using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test.Datastore
{
public class SampleType : BaseRepositoryModel
public class SampleType : ModelBase
{
public string Name { get; set; }
public string Tilte { get; set; }