mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
support head requests for images
This commit is contained in:
@@ -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