aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Querying/EpisodeQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Querying/EpisodeQuery.cs')
-rw-r--r--MediaBrowser.Model/Querying/EpisodeQuery.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/MediaBrowser.Model/Querying/EpisodeQuery.cs b/MediaBrowser.Model/Querying/EpisodeQuery.cs
index 589b46433..e2fc3220a 100644
--- a/MediaBrowser.Model/Querying/EpisodeQuery.cs
+++ b/MediaBrowser.Model/Querying/EpisodeQuery.cs
@@ -22,24 +22,4 @@ namespace MediaBrowser.Model.Querying
Fields = new ItemFields[] { };
}
}
-
- public class SeasonQuery
- {
- public string UserId { get; set; }
-
- public string SeriesId { get; set; }
-
- public bool? IsMissing { get; set; }
-
- public bool? IsVirtualUnaired { get; set; }
-
- public ItemFields[] Fields { get; set; }
-
- public bool? IsSpecialSeason { get; set; }
-
- public SeasonQuery()
- {
- Fields = new ItemFields[] { };
- }
- }
}