aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-01 03:07:22 -0400
committerGitHub <noreply@github.com>2016-10-01 03:07:22 -0400
commite12ff6bea58f57df62d2f4cccc14a6221e563e55 (patch)
tree2c713a979c3b2eb0137e331625ab114b8cf9456d /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parente6b3fe79d23755845766484d542866c80faeb9d9 (diff)
parent3f77a9a8a220e94bd9111e948a495343b3d3b1a2 (diff)
Merge pull request #2205 from MediaBrowser/dev
update series timer editor
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 5e70cd587..60af2c56a 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -139,6 +139,7 @@ namespace MediaBrowser.Controller.Entities
public DayOfWeek[] AirDays { get; set; }
public SeriesStatus[] SeriesStatuses { get; set; }
public string AlbumArtistStartsWithOrGreater { get; set; }
+ public string ExternalSeriesId { get; set; }
public string[] AlbumNames { get; set; }
public string[] ArtistNames { get; set; }