From ef7839c89ab6d952837cddf8be96a29f28b197cd Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Tue, 3 May 2016 15:23:25 +0200 Subject: [PATCH] Disble ReadOnly field in preparation for Syncthinv v0.13 --- syncwatcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/syncwatcher.go b/syncwatcher.go index 05280bc..2aa822b 100644 --- a/syncwatcher.go +++ b/syncwatcher.go @@ -40,7 +40,6 @@ type Configuration struct { type FolderConfiguration struct { ID string Path string - ReadOnly bool RescanIntervalS int }