diff --git a/MediaBrowser.Model/Dto/UserDto.cs b/MediaBrowser.Model/Dto/UserDto.cs index 99f69e2030..2b5672896c 100644 --- a/MediaBrowser.Model/Dto/UserDto.cs +++ b/MediaBrowser.Model/Dto/UserDto.cs @@ -54,18 +54,6 @@ namespace MediaBrowser.Model.Dto /// The id. public string Id { get; set; } - /// - /// Gets or sets the offline password. - /// - /// The offline password. - public string OfflinePassword { get; set; } - - /// - /// Gets or sets the offline password salt. - /// - /// The offline password salt. - public string OfflinePasswordSalt { get; set; } - /// /// Gets or sets the primary image tag. ///