Browse Source

Remove ugly artist URLs from dialog

Matteo Savatteri 4 years ago
parent
commit
8c77b07de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vaporget

+ 1 - 1
vaporget

@@ -44,7 +44,7 @@ get_library()
 # If the user selects cancel or presses ESC, send a SIGTERM to the script and all its subprocesses.
 select_artist_list()
 {
-	{ xargs -d '\n' dialog --title "VAPORGET" --checklist "Please, select an artist:" 0 0 0 3>&1 1>&2 2>&3 3>&- || kill -TERM -$$; } \
+	{ xargs -d '\n' dialog --title "VAPORGET" --no-tags --checklist "Please, select an artist:" 0 0 0 3>&1 1>&2 2>&3 3>&- || kill -TERM -$$; } \
 	| sed -e 's/ /\n/g' -e '$a\' \
 	| sed -e 's,^,'"$1"','
 }