1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

more json cleanup.

This commit is contained in:
Keivan Beigi
2013-09-18 17:30:37 -07:00
parent 88b9104bc9
commit 25b0a4f275
4 changed files with 4 additions and 8 deletions
+1 -3
View File
@@ -1,6 +1,5 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace NzbDrone.Core.Update
{
@@ -8,7 +7,6 @@ namespace NzbDrone.Core.Update
{
public string Id { get; set; }
[JsonConverter(typeof(VersionConverter))]
public Version Version { get; set; }
public String Branch { get; set; }