mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
use new naming project
This commit is contained in:
parent
049ef9b4ec
commit
124754a04f
25 changed files with 167 additions and 149 deletions
|
|
@ -4,7 +4,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
|
|
@ -91,7 +90,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
ThrottleCallback = ThrottleCallback
|
||||
};
|
||||
}
|
||||
WriteToAsync(responseStream);
|
||||
WriteToInternal(responseStream);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -99,7 +98,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
/// </summary>
|
||||
/// <param name="responseStream">The response stream.</param>
|
||||
/// <returns>Task.</returns>
|
||||
private void WriteToAsync(Stream responseStream)
|
||||
private void WriteToInternal(Stream responseStream)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue