mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
added full m3u8 generation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System.IO;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities.Audio;
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using ServiceStack.Web;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using ServiceStack.Web;
|
||||
|
||||
namespace MediaBrowser.Api
|
||||
{
|
||||
@@ -52,11 +52,6 @@ namespace MediaBrowser.Api
|
||||
return ResultFactory.GetOptimizedResult(Request, result);
|
||||
}
|
||||
|
||||
protected object ToStreamResult(Stream stream, string contentType)
|
||||
{
|
||||
return ResultFactory.GetResult(stream, contentType);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// To the optimized result using cache.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user