mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
video streaming
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
using ServiceStack.ServiceHost;
|
||||
using System;
|
||||
|
||||
|
||||
namespace MediaBrowser.Common.Net
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IRestfulService
|
||||
/// </summary>
|
||||
public interface IRestfulService : IService, IRequiresRequestContext, IDisposable
|
||||
public interface IRestfulService
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user