From 4c69edebe048433977304241e3dbfb9e8a2ab968 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 22 Apr 2013 11:46:23 -0400 Subject: fixes #180 - Deleting users doesn't remove all associated data. --- MediaBrowser.Controller/Entities/User.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Entities/User.cs b/MediaBrowser.Controller/Entities/User.cs index edca21ae7..e186119d6 100644 --- a/MediaBrowser.Controller/Entities/User.cs +++ b/MediaBrowser.Controller/Entities/User.cs @@ -312,7 +312,7 @@ namespace MediaBrowser.Controller.Entities /// Gets the path to the user's configuration file /// /// The configuration file path. - private string ConfigurationFilePath + public string ConfigurationFilePath { get { -- cgit v1.2.3