mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 17:18:08 +00:00
9 lines
137 B
C#
9 lines
137 B
C#
|
|
namespace MediaBrowser.Controller.Connect
|
|
{
|
|
public interface IConnectManager
|
|
{
|
|
string WanApiAddress { get; }
|
|
}
|
|
}
|