remove unused files and fix some future warnings

This commit is contained in:
dkanada
2020-03-09 23:05:03 +09:00
parent bf34105af3
commit 52fde64f10
33 changed files with 73 additions and 125 deletions

View File

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