add loopback handler

This commit is contained in:
Luke Pulverenti
2016-09-03 13:16:36 -04:00
parent adeb944c61
commit 2d7c82d0dd
18 changed files with 79 additions and 144 deletions

View File

@@ -278,6 +278,11 @@ namespace MediaBrowser.Server.Mono.Native
return info;
}
public void EnableLoopback(string appName)
{
}
}
public class NullPowerManagement : IPowerManagement