Update per feedback
This commit is contained in:
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…
Reference in New Issue
Block a user