diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 4b169244..da115c62 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -87,6 +87,10 @@ echo "Download Deemix config..." curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json echo "Done" +echo "Download Tidal config..." +curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/tidal-dl.json" -o /config/extended/tidal-dl.json +echo "Done" + if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf