diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-12 02:28:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-12 02:28:16 -0400 |
| commit | 89d678384fc1608ea7856ff74f964dac82a25a6d (patch) | |
| tree | 2e6ecb4b55000ff471b9d402b8b34f21c18e4065 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 4f3eef77b6364da2e04e1a937d11fdc1f8d5848e (diff) | |
| parent | ca1ab81d3c9993542276f58b435a308c4590434c (diff) | |
Merge pull request #2879 from MediaBrowser/dev
Dev
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 { |
