diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-03 00:53:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 00:53:05 +0300 |
| commit | c85cb85eeaff168d547ada0f4e066e0591c9a562 (patch) | |
| tree | a0909d0ed9ed9efc1a9c888fa515b85a2eba8af2 /Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs | |
| parent | 65542c7c98eafdd39a38de10ab5d24952c79d699 (diff) | |
| parent | 2be394089ea5b90873931b6c8d95be69b1d9a543 (diff) | |
Merge pull request #2742 from Bond-009/warn18
Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs index 9ced65cca..d63588bbd 100644 --- a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs +++ b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs @@ -59,7 +59,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts Url = url, CancellationToken = CancellationToken.None, BufferContent = false, - DecompressionMethod = CompressionMethod.None + DecompressionMethod = CompressionMethods.None }; foreach (var header in mediaSource.RequiredHttpHeaders) |
