mirror of
https://github.com/immich-app/immich.git
synced 2025-01-24 12:42:44 +01:00
docs: add immich-dl to community projects (#15005)
This commit is contained in:
parent
4448143197
commit
ccf57458c7
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ const projects: CommunityProjectProps[] = [
|
||||||
description: 'Unofficial Kodi plugin for Immich.',
|
description: 'Unofficial Kodi plugin for Immich.',
|
||||||
url: 'https://github.com/vladd11/immich-kodi',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
|
Loading…
Reference in a new issue