You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/MediaBrowser.Server.Uninstall/Globals.cs

25 lines
569 B

namespace MediaBrowser.Server.Uninstall
{
/// <summary>
/// Class Globals
/// </summary>
public static class Globals
{
/// <summary>
/// The product name
/// </summary>
public static string ProductName = "Media Browser Server";
/// <summary>
/// The suite name
/// </summary>
public static string SuiteName = "Media Browser 3";
/// <summary>
/// The publisher name
/// </summary>
public static string PublisherName = "Media Browser Team";
}
}