mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Added Notification System, Renamed Repository to Entities
This commit is contained in:
12
NzbDrone.Core/Entities/Episode/RemoteEpisode.cs
Normal file
12
NzbDrone.Core/Entities/Episode/RemoteEpisode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.ServiceModel.Syndication;
|
||||
using NzbDrone.Core.Entities.Quality;
|
||||
|
||||
namespace NzbDrone.Core.Entities.Episode
|
||||
{
|
||||
public class RemoteEpisode : BasicEpisode
|
||||
{
|
||||
public QualityTypes Quality { get; set; }
|
||||
public SyndicationItem Feed { get; set; }
|
||||
public bool Proper { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user