mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
removed dead code
This commit is contained in:
@@ -179,18 +179,6 @@ namespace MediaBrowser.Providers.Manager
|
||||
lookupInfo.Year = result.ProductionYear;
|
||||
}
|
||||
|
||||
private async Task FindIdentities(TIdType id, CancellationToken cancellationToken)
|
||||
{
|
||||
try
|
||||
{
|
||||
await ItemIdentifier<TIdType>.FindIdentities(id, ProviderManager, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error in FindIdentities", ex);
|
||||
}
|
||||
}
|
||||
|
||||
private DateTime GetLastRefreshDate(IHasMetadata item)
|
||||
{
|
||||
return item.DateLastRefreshed;
|
||||
|
||||
Reference in New Issue
Block a user