From 294955db17889ea0d26db43d430e5d4df7ec348b Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Fri, 23 Jun 2023 23:32:39 -0500 Subject: [PATCH] wording --- docs/docs/features/read-only-gallery.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/docs/features/read-only-gallery.md b/docs/docs/features/read-only-gallery.md index 33878f7efe..6a3ca38e7f 100644 --- a/docs/docs/features/read-only-gallery.md +++ b/docs/docs/features/read-only-gallery.md @@ -8,15 +8,13 @@ Upon syncing the file information, it will be read by Immich to generate support :::caution -This feature is still in an experimental stage. - -This is a very primitive implementation of the read-only mechanism, enhancement of this feature will continue to be developed in the future. +This feature is still in an experimental stage. And this is an initial implementation and will receive improvements in the future. The current limitations of this feature are: -- Manually sync using the CLI tool, auto-sync (watch) is not supported. +- Assets are not automatically synced and must instead be manually synced with the CLI tool. - Only new files that are added to the gallery will be detected. -- Deletion and moving of files will not be detected. +- Deleted and moved files will not be detected. :::