diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-02-27 07:49:55 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-02-27 07:49:55 -0500 |
| commit | 340280edf29cfbf6b519b7fb6312f90e2c1f9871 (patch) | |
| tree | a4984c13d5a472608b215b043e90c7a38043fe08 /MediaBrowser.Common/Constants | |
| parent | ff6325efc5ae478c68dc140c5adbae089a6f7f4b (diff) | |
Partial implementation of PackageManager
Diffstat (limited to 'MediaBrowser.Common/Constants')
| -rw-r--r-- | MediaBrowser.Common/Constants/Constants.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Constants/Constants.cs b/MediaBrowser.Common/Constants/Constants.cs new file mode 100644 index 0000000000..e8a347829b --- /dev/null +++ b/MediaBrowser.Common/Constants/Constants.cs @@ -0,0 +1,13 @@ +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://mb3admin.com/admin/"; + } +} |
