mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 00:26:25 +00:00
support head requests for images
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user