mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Renaming variable and refactoring IF statement
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user