resolve wtv transcoding

This commit is contained in:
Luke Pulverenti
2014-09-09 20:28:59 -04:00
parent a2dc5e090b
commit b314199319
7 changed files with 104 additions and 64 deletions

View File

@@ -3,7 +3,6 @@ namespace MediaBrowser.Controller.Connect
{
public interface IConnectManager
{
string WanIpAddress { get; }
string WanApiAddress { get; }
}
}