mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Use AssmeblyProduct for Name
This commit is contained in:
parent
6561021926
commit
9eada88545
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ namespace Emby.Server.Implementations
|
|||
/// Gets the name.
|
||||
/// </summary>
|
||||
/// <value>The name.</value>
|
||||
public string Name => "Jellyfin Server";
|
||||
public string Name => ApplicationProductName;
|
||||
|
||||
private static Tuple<Assembly, string> GetAssembly(Type type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue