aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/Constants/Constants.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Constants/Constants.cs b/MediaBrowser.Common/Constants/Constants.cs
index 676518737d..c1c79d1996 100644
--- a/MediaBrowser.Common/Constants/Constants.cs
+++ b/MediaBrowser.Common/Constants/Constants.cs
@@ -9,5 +9,7 @@ namespace MediaBrowser.Common.Constants
public static class Constants
{
public const string MBAdminUrl = "http://www.mb3admin.com/admin/";
+ public const string MBServerPkgName = "MBServer";
+ public const string MBTheaterPkgName = "MBTheater";
}
}