jptgdp: Change completion message when only downloading
This commit is contained in:
		
							
								
								
									
										6
									
								
								jptgdp
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								jptgdp
									
									
									
									
									
								
							| @@ -98,7 +98,11 @@ playlist() { | ||||
| 		fi | ||||
| 		[ -z "$_optdownloadonly" ] && audacious -e "$filename" | ||||
| 	done < <(if [ -n "$_optshuffle" ]; then shuf "$1"; else cat "$1"; fi) | ||||
| 	log "Finished building queue" | ||||
| 	if [ -z "$_optdownloadonly" ]; then | ||||
| 		log "Finished building queue" | ||||
| 	else | ||||
| 		log "Finished downloading" | ||||
| 	fi | ||||
| } | ||||
|  | ||||
| # Main | ||||
|   | ||||
		Reference in New Issue
	
	Block a user