mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Added IHttpResultFactory
This commit is contained in:
9
MediaBrowser.Common/Net/IHttpResultFactory.cs
Normal file
9
MediaBrowser.Common/Net/IHttpResultFactory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.IO;
|
||||
|
||||
namespace MediaBrowser.Common.Net
|
||||
{
|
||||
public interface IHttpResultFactory
|
||||
{
|
||||
object GetResult(Stream stream, string contentType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user