mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
New provider system. Only for people right now
This commit is contained in:
@@ -44,14 +44,6 @@ namespace MediaBrowser.Providers
|
||||
public override Task<bool> FetchAsync(BaseItem item, bool force, BaseProviderInfo providerInfo, CancellationToken cancellationToken)
|
||||
{
|
||||
item.ValidateImages();
|
||||
item.ValidateBackdrops();
|
||||
|
||||
var hasScreenshots = item as IHasScreenshots;
|
||||
|
||||
if (hasScreenshots != null)
|
||||
{
|
||||
hasScreenshots.ValidateScreenshots();
|
||||
}
|
||||
|
||||
SetLastRefreshed(item, DateTime.UtcNow, providerInfo);
|
||||
return TrueTaskResult;
|
||||
|
||||
Reference in New Issue
Block a user