mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Visual Studio Reformat: Emby.Server.Implementations Part De-H
This commit is contained in:
parent
a5288115a8
commit
c5c7a3c4ee
27 changed files with 115 additions and 131 deletions
|
|
@ -13,8 +13,8 @@ using MediaBrowser.Common.Configuration;
|
|||
using MediaBrowser.Common.Extensions;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.IO;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using MediaBrowser.Model.Net;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Emby.Server.Implementations.HttpClientManager
|
||||
{
|
||||
|
|
@ -541,7 +541,7 @@ namespace Emby.Server.Implementations.HttpClientManager
|
|||
|
||||
if (options.Progress == null)
|
||||
{
|
||||
throw new ArgumentException("Options did not have a Progress value.",nameof(options));
|
||||
throw new ArgumentException("Options did not have a Progress value.", nameof(options));
|
||||
}
|
||||
|
||||
options.CancellationToken.ThrowIfCancellationRequested();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue