mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
standardize check of DontFetchMeta within provider manager
This commit is contained in:
@@ -204,8 +204,6 @@ namespace MediaBrowser.Controller.Providers
|
||||
throw new ArgumentNullException("providerInfo");
|
||||
}
|
||||
|
||||
if (item.DontFetchMeta && RequiresInternet) return false;
|
||||
|
||||
if (CompareDate(item) > providerInfo.LastRefreshed)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user