From a081f7ea92f32b8284cce4d11f8e899b08754acf Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 7 Sep 2025 11:38:39 +0200 Subject: Save the files when fetching the objects --- QSDeliciousPlugIn_Source.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QSDeliciousPlugIn_Source.m b/QSDeliciousPlugIn_Source.m index 43a32cb..ab8c1f1 100644 --- a/QSDeliciousPlugIn_Source.m +++ b/QSDeliciousPlugIn_Source.m @@ -205,6 +205,9 @@ - (NSArray *)objectsForEntry:(NSDictionary *)theEntry { NSLog(@"WE HAVE BEEN REQUESTED"); + + [[NSNotificationCenter defaultCenter] postNotificationName:QSCatalogEntryChangedNotification object:theEntry]; + SocialSite site = [self siteIndex]; NSString *username = [self currentUsername]; NSString *password = [self currentPassword]; -- cgit