From ad87dff18d4d2d918bf835bf0ceaed673e5c4f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=81rti=C5=86=C5=A1=20Bru=C5=86enieks?= Date: Mon, 6 Oct 2025 23:54:35 +0300 Subject: [PATCH] fix(docs): Remove immich_remove_offline_files as no longer functional (#21774) Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> Co-authored-by: Brandon Wees --- docs/src/components/community-projects.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index efce831df0..932cc5ceb0 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -23,11 +23,6 @@ const projects: CommunityProjectProps[] = [ description: 'A Python script to sync folders as albums.', url: 'https://git.orenit.solutions/open/immichalbumpull', }, - { - title: 'Remove offline files', - description: 'A simple way to remove orphaned offline assets from the Immich database', - url: 'https://github.com/Thoroslives/immich_remove_offline_files', - }, { title: 'Immich-Tools', description: 'Provides scripts for handling problems on the repair page.',