aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-09-12 02:28:16 -0400
committerGitHub <noreply@github.com>2017-09-12 02:28:16 -0400
commit89d678384fc1608ea7856ff74f964dac82a25a6d (patch)
tree2e6ecb4b55000ff471b9d402b8b34f21c18e4065 /Emby.Server.Implementations/ApplicationHost.cs
parent4f3eef77b6364da2e04e1a937d11fdc1f8d5848e (diff)
parentca1ab81d3c9993542276f58b435a308c4590434c (diff)
Merge pull request #2879 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
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
{