add more play buttons
This commit is contained in:
parent
a17f7d89f7
commit
5a2778f6d8
|
@ -3,11 +3,11 @@ namespace MediaBrowser.Common.Implementations.Security
|
|||
{
|
||||
public class MbAdmin
|
||||
{
|
||||
public const string HttpUrl = "https://www.mb3admin.com/admin/";
|
||||
public const string HttpUrl = "http://www.mb3admin.com/admin/";
|
||||
|
||||
/// <summary>
|
||||
/// Leaving as http for now until we get it squared away
|
||||
/// </summary>
|
||||
public const string HttpsUrl = "https://www.mb3admin.com/admin/";
|
||||
public const string HttpsUrl = "http://www.mb3admin.com/admin/";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace MediaBrowser.Common.Implementations.Security
|
|||
public class PluginSecurityManager : ISecurityManager
|
||||
{
|
||||
private const string MBValidateUrl = MbAdmin.HttpsUrl + "service/registration/validate";
|
||||
private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "https://mb3admin.com/admin/service/appstore/register";
|
||||
private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "http://mb3admin.com/admin/service/appstore/register";
|
||||
|
||||
/// <summary>
|
||||
/// The _is MB supporter
|
||||
|
|
Loading…
Reference in New Issue
Block a user