diff --git a/SnapmaticPicture.cpp b/SnapmaticPicture.cpp index d0b9f68..812f59c 100755 --- a/SnapmaticPicture.cpp +++ b/SnapmaticPicture.cpp @@ -585,6 +585,7 @@ bool SnapmaticPicture::setSnapmaticProperties(SnapmaticProperties newSpJson) snapmaticStream.close(); if (result != 0) { + localSpJson = newSpJson; jsonStr = newJsonStr; return true; }