aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-25 23:47:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-25 23:47:46 -0400
commit0246ea8a6369bfd57c7d67bbbb3fccd7c8f1cb38 (patch)
tree0e03acf3de580329d3471d3cfcc50995e38af123 /MediaBrowser.Model
parent8e2d244749d7aaec08ff10149674bbb75833b130 (diff)
support head requests for images
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/ApiClient/IApiClient.cs5
-rw-r--r--MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs6
2 files changed, 6 insertions, 5 deletions
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
@@ -28,11 +28,6 @@ namespace MediaBrowser.Model.ApiClient
public interface IApiClient : IDisposable
{
/// <summary>
- /// Occurs when [server location changed].
- /// </summary>
- event EventHandler ServerLocationChanged;
-
- /// <summary>
/// Occurs when [HTTP response received].
/// </summary>
event EventHandler<HttpResponseEventArgs> HttpResponseReceived;
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
/// </summary>
/// <value><c>null</c> if [is disliked] contains no value, <c>true</c> if [is disliked]; otherwise, <c>false</c>.</value>
public bool? IsDisliked { get; set; }
+
+ /// <summary>
+ /// Gets or sets a value indicating whether [enable favorite sorting].
+ /// </summary>
+ /// <value><c>true</c> if [enable favorite sorting]; otherwise, <c>false</c>.</value>
+ public bool EnableFavoriteSorting { get; set; }
/// <summary>
/// Gets or sets the user identifier.