mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
Improvements to InstallationManager
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
@@ -347,7 +348,7 @@ namespace MediaBrowser.Providers.Omdb
|
||||
CancellationToken = cancellationToken,
|
||||
BufferContent = true,
|
||||
EnableDefaultUserAgent = true
|
||||
}, "GET");
|
||||
}, HttpMethod.Get);
|
||||
}
|
||||
|
||||
internal string GetDataFilePath(string imdbId)
|
||||
|
||||
Reference in New Issue
Block a user