mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
plugin security fixes and other abstractions
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using ServiceStack.ServiceHost;
|
||||
using ServiceStack.WebHost.Endpoints;
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Common.Net
|
||||
@@ -9,6 +8,5 @@ namespace MediaBrowser.Common.Net
|
||||
/// </summary>
|
||||
public interface IRestfulService : IService, IRequiresRequestContext, IDisposable
|
||||
{
|
||||
void Configure(IAppHost appHost);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user