Skip to content

Commit d6b6dc6

Browse files
committed
updated spotify_add_artist_to_backlog_playlist.sh
1 parent d33279f commit d6b6dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spotify/spotify_add_artist_to_backlog_playlist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ artist="$1"
5050
export SPOTIFY_SEARCH_LIMIT="${SPOTIFY_SEARCH_LIMIT:-100}"
5151

5252
"$srcdir/spotify_search_uri.sh" artist:"$artist" |
53+
tee >("$srcdir/spotify_uri_to_name.sh") |
5354
"$srcdir/spotify_add_to_playlist.sh" "Discover Backlog"

0 commit comments

Comments
 (0)