From 6d78824c8e9fa9fe1e46944ca6901af724b8f7cd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Aug 2017 19:01:00 -0400 Subject: update components --- MediaBrowser.Model/Dto/BaseItemDto.cs | 6 ------ MediaBrowser.Model/Search/SearchHint.cs | 6 ------ MediaBrowser.Model/Users/UserPolicy.cs | 2 ++ 3 files changed, 2 insertions(+), 12 deletions(-) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/Dto/BaseItemDto.cs b/MediaBrowser.Model/Dto/BaseItemDto.cs index afd871be02..b1d918b16e 100644 --- a/MediaBrowser.Model/Dto/BaseItemDto.cs +++ b/MediaBrowser.Model/Dto/BaseItemDto.cs @@ -523,12 +523,6 @@ namespace MediaBrowser.Model.Dto /// The type of the video. public VideoType? VideoType { get; set; } - /// - /// Gets or sets the display type of the media. - /// - /// The display type of the media. - public string DisplayMediaType { get; set; } - /// /// Gets or sets the part count. /// diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs index 3ca0eafe63..5c56374819 100644 --- a/MediaBrowser.Model/Search/SearchHint.cs +++ b/MediaBrowser.Model/Search/SearchHint.cs @@ -91,12 +91,6 @@ namespace MediaBrowser.Model.Search /// The type of the media. public string MediaType { get; set; } - /// - /// Gets or sets the display type of the media. - /// - /// The display type of the media. - public string DisplayMediaType { get; set; } - public DateTime? StartDate { get; set; } public DateTime? EndDate { get; set; } diff --git a/MediaBrowser.Model/Users/UserPolicy.cs b/MediaBrowser.Model/Users/UserPolicy.cs index e2a75c56be..84ee5d6375 100644 --- a/MediaBrowser.Model/Users/UserPolicy.cs +++ b/MediaBrowser.Model/Users/UserPolicy.cs @@ -68,6 +68,8 @@ namespace MediaBrowser.Model.Users public string[] BlockedMediaFolders { get; set; } public string[] BlockedChannels { get; set; } + public int RemoteClientBitrateLimit { get; set; } + public UserPolicy() { EnableContentDeletion = true; -- cgit v1.2.3