fix language selections

This commit is contained in:
Luke Pulverenti
2014-06-18 11:12:20 -04:00
parent cf7c88a7e2
commit f98b619b64
9 changed files with 556 additions and 53 deletions

View File

@@ -1,6 +0,0 @@
using System.Net;
namespace MediaBrowser.Server.Implementations.HttpServer
{
public delegate void DelReceiveWebRequest(HttpListenerContext context);
}