fixes #180 - Deleting users doesn't remove all associated data.

This commit is contained in:
Luke Pulverenti
2013-04-22 11:46:23 -04:00
parent fa53ad940f
commit 4c69edebe0
2 changed files with 28 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ namespace MediaBrowser.Controller.Entities
/// Gets the path to the user's configuration file
/// </summary>
/// <value>The configuration file path.</value>
private string ConfigurationFilePath
public string ConfigurationFilePath
{
get
{