mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
fix portable and 3.5 project references
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using System.Net;
|
||||
|
||||
namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
public delegate void DelReceiveWebRequest(HttpListenerContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user