mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Added images for provider, shown on the History grid.
This commit is contained in:
@@ -251,7 +251,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
/// <returns>IndexerType Enum</returns>
|
||||
protected virtual IndexerType GetIndexerType()
|
||||
{
|
||||
return IndexerType.Other;
|
||||
return IndexerType.Unknown;
|
||||
}
|
||||
|
||||
private bool InHistory(IList<Episode> episodes, EpisodeParseResult parseResult, SyndicationItem feedItem)
|
||||
|
||||
Reference in New Issue
Block a user