diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-25 23:47:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-25 23:47:46 -0400 |
| commit | 0246ea8a6369bfd57c7d67bbbb3fccd7c8f1cb38 (patch) | |
| tree | 0e03acf3de580329d3471d3cfcc50995e38af123 /MediaBrowser.Model/LiveTv | |
| parent | 8e2d244749d7aaec08ff10149674bbb75833b130 (diff) | |
support head requests for images
Diffstat (limited to 'MediaBrowser.Model/LiveTv')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs | 6 |
1 files changed, 6 insertions, 0 deletions
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. |
