updated spotify_rename_playlist_files.sh

pull/4/head
Hari Sekhon 1 year ago
parent 3ddff7d25d
commit 708c99d7a0

@ -39,8 +39,8 @@ rename(){
local from="$1"
local to="$2"
from="$("$srcdir/../spotify_playlist_to_filename.sh" "$from")"
to="$("$srcdir/../spotify_playlist_to_filename.sh" "$to")"
from="$("$srcdir/../spotify/spotify_playlist_to_filename.sh" "$from")"
to="$("$srcdir/../spotify/spotify_playlist_to_filename.sh" "$to")"
gitrename "$from" "$to"

Loading…
Cancel
Save