mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 11:13:06 +01:00
8 lines
137 B
C#
8 lines
137 B
C#
|
|
namespace MediaBrowser.Controller.Connect
|
|
{
|
|
public interface IConnectManager
|
|
{
|
|
string WanApiAddress { get; }
|
|
}
|
|
}
|