From c05cb1dcb1bb51cadc6e413395f2adb63cbab6ad Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 28 Sep 2014 12:50:33 -0400 Subject: fix mac ffmpeg build --- MediaBrowser.Model/Channels/ChannelQuery.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Channels/ChannelQuery.cs') diff --git a/MediaBrowser.Model/Channels/ChannelQuery.cs b/MediaBrowser.Model/Channels/ChannelQuery.cs index d1bf46433f..cb61f358c0 100644 --- a/MediaBrowser.Model/Channels/ChannelQuery.cs +++ b/MediaBrowser.Model/Channels/ChannelQuery.cs @@ -74,13 +74,15 @@ namespace MediaBrowser.Model.Channels /// /// The extra types. public ExtraType[] ExtraTypes { get; set; } - + public TrailerType[] TrailerTypes { get; set; } + public AllChannelMediaQuery() { ChannelIds = new string[] { }; ContentTypes = new ChannelMediaContentType[] { }; ExtraTypes = new ExtraType[] { }; + TrailerTypes = new TrailerType[] { }; Filters = new ItemFilter[] { }; Fields = new List(); -- cgit v1.2.3