mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
fixes #180 - Deleting users doesn't remove all associated data.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user