From a39f5da65b0e2fc74b7636a8fbbfa1d5b7d8d701 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Wed, 14 Jul 2021 01:19:26 +1000 Subject: [PATCH] Update src/Umbraco.Infrastructure/Services/Implement/MediaService.cs Co-authored-by: Andy Butland --- src/Umbraco.Infrastructure/Services/Implement/MediaService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Infrastructure/Services/Implement/MediaService.cs b/src/Umbraco.Infrastructure/Services/Implement/MediaService.cs index 9dbf33a4d1..0239ad8e60 100644 --- a/src/Umbraco.Infrastructure/Services/Implement/MediaService.cs +++ b/src/Umbraco.Infrastructure/Services/Implement/MediaService.cs @@ -1129,7 +1129,7 @@ namespace Umbraco.Cms.Core.Services.Implement } scope.Notifications.Publish(new MediaSavedNotification(itemsA, messages).WithStateFrom(savingNotification)); - // TODO: See note about supressing events in content service + // TODO: See note about suppressing events in content service scope.Notifications.Publish(new MediaTreeChangeNotification(saved, TreeChangeTypes.RefreshNode, messages)); Audit(AuditType.Sort, userId, 0);