mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
removing stray < character from description.
This commit is contained in:
@@ -1009,7 +1009,7 @@ namespace Emby.Server.Implementations
|
|||||||
protected abstract void RestartInternal();
|
protected abstract void RestartInternal();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Comparison function used in <<see cref="GetLatestDLLVersion" />.
|
/// Comparison function used in <see cref="GetLatestDLLVersion" />.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static int VersionCompare(Tuple<Version, string, string> a, Tuple<Version, string, string> b)
|
private static int VersionCompare(Tuple<Version, string, string> a, Tuple<Version, string, string> b)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user