Changed a spotify_dl to spotdl

This commit is contained in:
Marcin Woźniak 2024-12-28 23:03:19 +01:00
parent 7a4198c736
commit 01dd4793fb
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -285,7 +285,7 @@ function install_ytdlp() {
function install_spotifydl() {
# Install spotify_dl
$pip install spotify_dl $PIPEXTPRE
$pip install spotdl $PIPEXTPRE
}
function update() {