1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fixed styling. Fixed definitions not being returned.

This commit is contained in:
Leonardo Galli
2017-01-22 19:52:25 +01:00
parent 94eccc6c14
commit 1fa736c6d8
9 changed files with 146 additions and 138 deletions
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Windows.Forms;
using System.Xml.Serialization;
namespace NzbDrone.Core.NetImport.CouchPotato
@@ -48,7 +49,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
public class ReleaseInfo
{
public int size { get; set; }
public double size { get; set; }
public int seeders { get; set; }
public string protocol { get; set; }
public string description { get; set; }