mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
11 lines
287 B
C#
11 lines
287 B
C#
|
|
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";
|
|
}
|
|
}
|