mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-29 06:21:56 +01:00
9 lines
169 B
C#
9 lines
169 B
C#
|
|
namespace MediaBrowser.Common.Constants
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
|
|
}
|
|
}
|