We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32d1419 + 71e6f5a commit 394c395Copy full SHA for 394c395
lidarr/setup.bash
@@ -133,14 +133,6 @@ if [ ! -f /config/extended/tidal-dl.json ]; then
133
echo "Done"
134
fi
135
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
143
144
echo "Download LyricExtractor script..."
145
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
146
0 commit comments