diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-09 15:27:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-09 15:27:29 -0400 |
| commit | 1b0f6f6c56ee82fee149c26518284ac994394270 (patch) | |
| tree | 118bda4b0be57add2228d7e2d1ebf40b94999bf5 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | 9cb197d5112eadfc6ce80163aa79bb968ed2d554 (diff) | |
| parent | 15ee918ac60c3c9b35ca7ea7a1eca4396493f142 (diff) | |
Merge pull request #2695 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalItemsQuery.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs index f3caac492..4d96c082f 100644 --- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs +++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs @@ -149,6 +149,7 @@ namespace MediaBrowser.Controller.Entities public string[] PresetViews { get; set; } public TrailerType[] TrailerTypes { get; set; } + public SourceType[] SourceTypes { get; set; } public DayOfWeek[] AirDays { get; set; } public SeriesStatus[] SeriesStatuses { get; set; } @@ -214,6 +215,7 @@ namespace MediaBrowser.Controller.Entities ExcludeInheritedTags = new string[] { }; PresetViews = new string[] { }; TrailerTypes = new TrailerType[] { }; + SourceTypes = new SourceType[] { }; AirDays = new DayOfWeek[] { }; SeriesStatuses = new SeriesStatus[] { }; OrderBy = new List<Tuple<string, SortOrder>>(); |
