aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Constants/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Constants/Constants.cs')
-rw-r--r--MediaBrowser.Common/Constants/Constants.cs13
1 files changed, 4 insertions, 9 deletions
diff --git a/MediaBrowser.Common/Constants/Constants.cs b/MediaBrowser.Common/Constants/Constants.cs
index c1c79d199..27037db93 100644
--- a/MediaBrowser.Common/Constants/Constants.cs
+++ b/MediaBrowser.Common/Constants/Constants.cs
@@ -1,15 +1,10 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
+
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";
+ public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
+ public const string MbServerPkgName = "MBServer";
+ public const string MbTheaterPkgName = "MBTheater";
}
}