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/ApiClient/IApiClient.cs | 5 ----- MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 1ce7b4af8..8b7681c84 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -27,11 +27,6 @@ namespace MediaBrowser.Model.ApiClient /// public interface IApiClient : IDisposable { - /// - /// Occurs when [server location changed]. - /// - event EventHandler ServerLocationChanged; - /// /// Occurs when [HTTP response received]. /// 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