diff options
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 5 | ||||
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs | 6 |
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. |
