Renaming variable and refactoring IF statement

This commit is contained in:
Neil Burrows
2020-05-20 09:05:51 +01:00
parent b737301c70
commit d7b2c2a176
3 changed files with 12 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
using System;
namespace Emby.Server.Implementations
{
public interface IStartupOptions
@@ -40,6 +42,6 @@ namespace Emby.Server.Implementations
/// <summary>
/// Gets the value of the --auto-discover-publish-url command line option.
/// </summary>
string AutoDiscoverPublishUrl { get; }
Uri PublishedServerUrl { get; }
}
}