diff --git a/lidarr/setup.bash b/lidarr/setup.bash index d8c0abf..d18505d 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -67,6 +67,9 @@ echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done" +echo "Download MetadataPostProcess script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/MetadataPostProcess.bash -o /config/extended/MetadataPostProcess.bash +echo "Done" echo "Download SMA config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini