diff options
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/src/app/common/syncthing.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/app/common/syncthing.service.ts b/webapp/src/app/common/syncthing.service.ts index 2b4c609..28b19a9 100644 --- a/webapp/src/app/common/syncthing.service.ts +++ b/webapp/src/app/common/syncthing.service.ts @@ -29,7 +29,7 @@ export interface ISyncThingStatus { } // Private interfaces of Syncthing -const ISTCONFIG_VERSION = 19; +const ISTCONFIG_VERSION = 20; interface ISTFolderDeviceConfiguration { deviceID: string; |