mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 13:53:20 +01:00
fixes #941 - Rework password recovery and remove IsLocal checks
This commit is contained in:
@@ -230,7 +230,7 @@ namespace MediaBrowser.Providers.Subtitles
|
||||
}
|
||||
|
||||
Utilities.HttpClient = _httpClient;
|
||||
OpenSubtitles.SetUserAgent("OS Test User Agent");
|
||||
OpenSubtitles.SetUserAgent("mediabrowser.tv");
|
||||
|
||||
await Login(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user