From 785deff188ba51243739b827dbe42b5645404367 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 13 Apr 2013 14:02:30 -0400 Subject: removed excess hashing in providers and made user data key-based --- .../Configuration/ServerConfiguration.cs | 28 ---------------------- 1 file changed, 28 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index eb2b4ddeb..0c18564ec 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -153,27 +153,6 @@ namespace MediaBrowser.Model.Configuration [ProtoMember(52)] public bool DownloadHDFanArt { get; set; } - /// - /// Gets or sets the name of the item repository that should be used - /// - /// The item repository. - [ProtoMember(24)] - public string ItemRepository { get; set; } - - /// - /// Gets or sets the name of the user repository that should be used - /// - /// The user repository. - [ProtoMember(25)] - public string UserRepository { get; set; } - - /// - /// Gets or sets the name of the user data repository that should be used - /// - /// The user data repository. - [ProtoMember(26)] - public string UserDataRepository { get; set; } - /// /// Characters to be replaced with a ' ' in strings to create a sort name /// @@ -202,13 +181,6 @@ namespace MediaBrowser.Model.Configuration [ProtoMember(30)] public bool ShowLogWindow { get; set; } - /// - /// Gets or sets the name of the user data repository that should be used - /// - /// The display preferences repository. - [ProtoMember(31)] - public string DisplayPreferencesRepository { get; set; } - /// /// The list of types that will NOT be allowed to have internet providers run against them even if they are turned on. /// -- cgit v1.2.3