mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 05:22:44 +01:00
13 lines
285 B
C#
13 lines
285 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://www.mb3admin.com/admin/";
|
|
}
|
|
}
|