mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
fixes #275 - [tmdbid] tag no longer working
This commit is contained in:
parent
dd3f6fcc26
commit
24aea2f643
@ -246,17 +246,6 @@ namespace MediaBrowser.Controller.Providers.Movies
|
||||
if (HasAltMeta(item))
|
||||
return false; //never refresh if has meta from other source
|
||||
|
||||
if (item.LocationType == LocationType.FileSystem &&
|
||||
ConfigurationManager.Configuration.SaveLocalMeta &&
|
||||
HasFileSystemStampChanged(item, providerInfo))
|
||||
{
|
||||
//If they deleted something from file system, chances are, this item was mis-identified the first time
|
||||
item.SetProviderId(MetadataProviders.Tmdb, null);
|
||||
Logger.Debug("MovieProvider reports file system stamp change...");
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
return base.NeedsRefreshInternal(item, providerInfo);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user