From f6909a3b110fb4a82ffab8f9f865dd19d737107c Mon Sep 17 00:00:00 2001 From: vladd11 Date: Wed, 11 Dec 2024 00:58:14 +0300 Subject: [PATCH] chore(docs): add Kodi plugin for Immich to the Community Projects list (#14586) --- 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 596bf9dfc4..2dbab979f2 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -89,6 +89,11 @@ const projects: CommunityProjectProps[] = [ 'Share your Immich photos and albums in a safe way without exposing your Immich instance to the public.', url: 'https://github.com/alangrainger/immich-public-proxy', }, + { + title: 'Immich Kodi', + description: 'Unofficial Kodi plugin for Immich.', + url: 'https://github.com/vladd11/immich-kodi', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {