aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Constants
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-02-28 14:29:17 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-02-28 14:29:17 -0500
commit989bb48596664313df15dc67d43dc5a174562dcd (patch)
tree80634d8d727c7659c54cbfb6db1ccc78d5469b80 /MediaBrowser.Common/Constants
parent0180e89310fc5f4f608f4bc186d791ab787faf3e (diff)
Start on new update routines
Diffstat (limited to 'MediaBrowser.Common/Constants')
-rw-r--r--MediaBrowser.Common/Constants/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Constants/Constants.cs b/MediaBrowser.Common/Constants/Constants.cs
index e8a347829b..676518737d 100644
--- a/MediaBrowser.Common/Constants/Constants.cs
+++ b/MediaBrowser.Common/Constants/Constants.cs
@@ -8,6 +8,6 @@ namespace MediaBrowser.Common.Constants
{
public static class Constants
{
- public const string MBAdminUrl = "http://mb3admin.com/admin/";
+ public const string MBAdminUrl = "http://www.mb3admin.com/admin/";
}
}