support head requests for images

This commit is contained in:
Luke Pulverenti
2014-09-25 23:47:46 -04:00
parent 8e2d244749
commit 0246ea8a63
73 changed files with 7167 additions and 4904 deletions

View File

@@ -27,11 +27,6 @@ namespace MediaBrowser.Model.ApiClient
/// </summary>
public interface IApiClient : IDisposable
{
/// <summary>
/// Occurs when [server location changed].
/// </summary>
event EventHandler ServerLocationChanged;
/// <summary>
/// Occurs when [HTTP response received].
/// </summary>

View File

@@ -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.