removed most of existing rss code

This commit is contained in:
kay.one
2011-04-03 22:24:19 -07:00
parent 11e2b63b60
commit 7e4c38ec3f
16 changed files with 3 additions and 2360 deletions

View File

@@ -10,10 +10,7 @@ namespace NzbDrone.Core.Model
public class NzbInfoModel
{
public string Title { get; set; }
public string TitleFix { get; set; }
public Uri Link { get; set; }
public bool Proper { get; set; }
public QualityTypes Quality { get; set; }
public bool IsPassworded()
{