jellyfin-server/MediaBrowser.Common/Constants/Constants.cs

11 lines
287 B
C#
Raw Normal View History


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";
}
}