mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Rearanged episodes object, added method stubs
This commit is contained in:
12
NzbDrone.Core/Repository/RemoteEpisode.cs
Normal file
12
NzbDrone.Core/Repository/RemoteEpisode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.ServiceModel.Syndication;
|
||||
using SubSonic.SqlGeneration.Schema;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
public class RemoteEpisode : Episode
|
||||
{
|
||||
[SubSonicIgnore]
|
||||
public SyndicationItem Feed { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user