From 0246ea8a6369bfd57c7d67bbbb3fccd7c8f1cb38 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 25 Sep 2014 23:47:46 -0400 Subject: support head requests for images --- MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs') diff --git a/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs b/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs index ffd6db708..900537b7a 100644 --- a/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs +++ b/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs @@ -29,6 +29,12 @@ namespace MediaBrowser.Model.LiveTv /// /// null if [is disliked] contains no value, true if [is disliked]; otherwise, false. public bool? IsDisliked { get; set; } + + /// + /// Gets or sets a value indicating whether [enable favorite sorting]. + /// + /// true if [enable favorite sorting]; otherwise, false. + public bool EnableFavoriteSorting { get; set; } /// /// Gets or sets the user identifier. -- cgit v1.2.3