Fix links not refreshing

pull/702/head
Eric Reed 11 years ago
parent ebe483db9a
commit e06ca0983e

@ -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>

Loading…
Cancel
Save