mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 15:12:28 +02:00
13 lines
281 B
C#
13 lines
281 B
C#
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/";
|
|
}
|
|
}
|