Update per feedback

pull/6335/head
Rich Lander 3 years ago
parent 870887046c
commit cb990ae973

@ -600,7 +600,7 @@ namespace MediaBrowser.Providers.Music
}
}
/// <summary>IDisposable implementation.</summary>
/// <inheritdoc />
public void Dispose()
{
Dispose(true);

@ -533,7 +533,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
return !_tmDbClient.HasConfig ? _tmDbClient.GetConfigAsync() : Task.CompletedTask;
}
/// <summary>Dispose method.</summary>
/// <inheritdoc />
public void Dispose()
{
Dispose(true);

@ -252,6 +252,7 @@ namespace MediaBrowser.Providers.Subtitles
}
catch (Exception ex)
{
// Bug in analyzer -- https://github.com/dotnet/roslyn-analyzers/issues/5160
#pragma warning disable CA1508
exs ??= new List<Exception>()
{

Loading…
Cancel
Save