Merge pull request #307 from kieraneglin/ke/dont-overwrite-deezer-tidal-config

Delete unneeded config from Lidarr setup.bash
This commit is contained in:
RandomNinjaAtk
2024-09-09 19:01:03 +00:00
committed by GitHub

View File

@@ -133,14 +133,6 @@ if [ ! -f /config/extended/tidal-dl.json ]; then
echo "Done"
fi
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"
echo "Download LyricExtractor script..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
echo "Done"