mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
added first play to classes
This commit is contained in:
parent
96d3c35ba0
commit
ec131ba0dc
22 changed files with 1797 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using MediaBrowser.Common.Configuration;
|
||||
using System.Collections.Specialized;
|
||||
using MediaBrowser.Common.Configuration;
|
||||
using MediaBrowser.Common.IO;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.Logging;
|
||||
|
|
@ -367,7 +368,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
|
||||
ContentType = httpResponse.ContentType,
|
||||
|
||||
Headers = httpResponse.Headers,
|
||||
Headers = new NameValueCollection(httpResponse.Headers),
|
||||
|
||||
ContentLength = contentLength
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue