Implement tests on ProviderManager.RefreshSingleItem

This commit is contained in:
Joe Rogers
2021-12-21 00:24:07 +01:00
parent bdce435b09
commit ee5bd0daa6
2 changed files with 113 additions and 2 deletions

View File

@@ -23,6 +23,11 @@ namespace MediaBrowser.Controller.Providers
/// <returns><c>true</c> if this instance can refresh the specified item.</returns>
bool CanRefresh(BaseItem item);
/// <summary>
/// Determines whether this instance primarily targets the specified type.
/// </summary>
/// <param name="type">The type.</param>
/// <returns><c>true</c> if this instance primarily targets the specified type.</returns>
bool CanRefreshPrimary(Type type);
/// <summary>