Skip to content

Commit

Permalink
docs: add immich-dl to community projects (#15005)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon6fingrs authored Jan 1, 2025
1 parent 4448143 commit ccf5745
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 @@ -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 {
Expand Down

0 comments on commit ccf5745

Please sign in to comment.