Browse Source

Add FolderSummary and FolderCompletion events

These will be needed to be compatible with Syncthing 0.11.0
Antony Male 10 years ago
parent
commit
1dda3ce18d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/SyncTrayzor/SyncThing/Api/EventType.cs

+ 2 - 0
src/SyncTrayzor/SyncThing/Api/EventType.cs

@@ -26,5 +26,7 @@ namespace SyncTrayzor.SyncThing.Api
         DeviceRejected,
         ConfigSaved,
         DownloadProgress,
+        FolderSummary,
+        FolderCompletion,
     }
 }