mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
started rss cleanup
This commit is contained in:
@@ -9,12 +9,9 @@ namespace NzbDrone.Core.Model
|
||||
{
|
||||
public class NzbInfoModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string TitleFix { get; set; }
|
||||
public NzbSiteModel Site { get; set; }
|
||||
public Uri Link { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool Proper { get; set; }
|
||||
public QualityTypes Quality { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user