From 4d1ec581f2a0941c1669f3af6ad4e3dacb976890 Mon Sep 17 00:00:00 2001 From: Doug Krahmer Date: Tue, 13 Oct 2020 10:00:48 -0700 Subject: [PATCH] Fix lidarr_eventtype for AlbumDownload --- Custom-Post-Processing-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index ea3ed92..63c4198 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -65,7 +65,7 @@ Lidarr can execute a custom script when new albums are imported or a artist is r | Environment Variable | Details | |---|---| -| lidarr_eventtype | Download | +| lidarr_eventtype | AlbumDownload | | lidarr_artist_id | Internal ID of the artist | | lidarr_artist_name | Name of the artist | | lidarr_artist_path | Full path to the artist |