diff options
| author | crobibero <cody@robibe.ro> | 2020-08-31 11:07:40 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-31 11:07:40 -0600 |
| commit | 30ba35a33b1aa131bd5f3f3a82cf03b033f7f190 (patch) | |
| tree | f2154d5fa1432cefd6ef3647471ad8d881f9f441 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | |
| parent | dd078e7b8288277c4f01109966c20f794072bd3f (diff) | |
Use HttpClientFactory in SubtitleEncoder
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 814edd732..6ead93e09 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -24,6 +24,7 @@ <ItemGroup> <PackageReference Include="BDInfo" Version="0.7.6.1" /> + <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.6" /> <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" /> <PackageReference Include="UTF.Unknown" Version="2.3.0" /> </ItemGroup> |
