Skip to content

Commit 394c395

Browse files
Merge pull request #307 from kieraneglin/ke/dont-overwrite-deezer-tidal-config
Delete unneeded config from Lidarr setup.bash
2 parents 32d1419 + 71e6f5a commit 394c395

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lidarr/setup.bash

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@ if [ ! -f /config/extended/tidal-dl.json ]; then
133133
echo "Done"
134134
fi
135135

136-
echo "Download Deemix config..."
137-
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json
138-
echo "Done"
139-
140-
echo "Download Tidal config..."
141-
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/tidal-dl.json" -o /config/extended/tidal-dl.json
142-
echo "Done"
143-
144136
echo "Download LyricExtractor script..."
145137
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
146138
echo "Done"

0 commit comments

Comments
 (0)