mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
initial stage of indexer refactoring. things compile.
This commit is contained in:
@@ -7,11 +7,9 @@ namespace NzbDrone.Core.Model
|
||||
public class EpisodeParseResult
|
||||
{
|
||||
internal string CleanTitle { get; set; }
|
||||
public int SeriesId { get; set; }
|
||||
|
||||
public string FolderName { get; set; }
|
||||
|
||||
internal int SeasonNumber { get; set; }
|
||||
|
||||
internal List<int> Episodes { get; set; }
|
||||
|
||||
internal string EpisodeTitle { get; set; }
|
||||
|
Reference in New Issue
Block a user