Update per feedback

This commit is contained in:
Rich Lander 2021-08-09 18:52:33 -07:00
parent 870887046c
commit cb990ae973
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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);

View File

@ -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>()
{