diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-12 02:27:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-12 02:27:39 -0400 |
| commit | 381ea159def4ad243bf637fbb34407eefd30b47d (patch) | |
| tree | f85ccade490cc27795b53a3fba2d6898ae7c7e2b /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 2f99a78230b397535d7ea0b9e335a00b438379b4 (diff) | |
update user deletion
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 2b0030152..f08750b76 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1032,7 +1032,7 @@ namespace Emby.Server.Implementations ((UserManager)UserManager).Initialize(); } - protected virtual string PackageRuntime + public virtual string PackageRuntime { get { |
