mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 06:30:57 +01:00
Create constants for package names
This commit is contained in:
@@ -9,5 +9,7 @@ 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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user