Skip to content

Commit

Permalink
chore(docs): add Kodi plugin for Immich to the Community Projects list (
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd11 authored Dec 10, 2024
1 parent 70b4647 commit f6909a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/components/community-projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f6909a3

Please sign in to comment.