Fix links not refreshing

This commit is contained in:
Eric Reed 2013-12-05 16:21:41 -05:00
parent ebe483db9a
commit e06ca0983e

View file

@ -1212,7 +1212,7 @@ namespace MediaBrowser.Controller.Entities
{
var changed = await base.RefreshMetadata(cancellationToken, forceSave, forceRefresh, allowSlowProviders, resetResolveArgs).ConfigureAwait(false);
return changed || (SupportsShortcutChildren && LocationType == LocationType.FileSystem && RefreshLinkedChildren());
return (SupportsShortcutChildren && LocationType == LocationType.FileSystem && RefreshLinkedChildren()) || changed;
}
/// <summary>