1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-09 05:16:47 +01:00

docs: add immich-dl to community projects (#15005)

This commit is contained in:
jon6fingrs 2025-01-01 07:25:25 -05:00 committed by GitHub
parent 4448143197
commit ccf57458c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {