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:
11
NzbDrone.Core/Repository/LocalEpisode.cs
Normal file
11
NzbDrone.Core/Repository/LocalEpisode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.ServiceModel.Syndication;
|
||||
using SubSonic.SqlGeneration.Schema;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
public class LocalEpisode : Episode
|
||||
{
|
||||
public String Path { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user