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