feat: add lidarr integration (#1433)

This commit is contained in:
Manuel
2024-11-20 19:03:09 +01:00
committed by GitHub
parent ed10d63a04
commit ed74604a54
9 changed files with 203 additions and 31 deletions

View File

@@ -16,6 +16,7 @@ export { OverseerrIntegration } from "./overseerr/overseerr-integration";
export { PiHoleIntegration } from "./pi-hole/pi-hole-integration";
export { PlexIntegration } from "./plex/plex-integration";
export { ProwlarrIntegration } from "./prowlarr/prowlarr-integration";
export { LidarrIntegration } from "./media-organizer/lidarr/lidarr-integration";
// Types
export type { IntegrationInput } from "./base/integration";