diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 58fcd84..a96e79e 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -61,6 +61,10 @@ echo "Download Video service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video echo "Done" +echo "Download Tidal Video Downloader service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/TidalVideoDownloader.bash -o /custom-services.d/TidalVideoDownloader +echo "Done" + echo "Download Audio service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Audio.service.bash -o /custom-services.d/Audio echo "Done"