From ccf57458c78c58d2246649a738d890662d914728 Mon Sep 17 00:00:00 2001 From: jon6fingrs <53415122+jon6fingrs@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:25:25 -0500 Subject: [PATCH] docs: add immich-dl to community projects (#15005) --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 2dbab979f2..dc64214d1e 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -94,6 +94,11 @@ const projects: CommunityProjectProps[] = [ description: 'Unofficial Kodi plugin for Immich.', url: 'https://github.com/vladd11/immich-kodi', }, + { + title: 'Immich Downloader', + description: 'Downloads a configurable number of random photos based on people or album ID.', + url: 'https://github.com/jon6fingrs/immich-dl', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {