From 2051e8ffbb2e0ff5d9d0423dcd226042ce0af589 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 19 Aug 2019 01:49:05 -0500 Subject: [PATCH] ptgdp: Change phrasing on playlist enqueueing --- ptgdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptgdp b/ptgdp index 656b2d4..32096cb 100755 --- a/ptgdp +++ b/ptgdp @@ -349,7 +349,7 @@ playlist() { validateline "$line" || continue maxlines+=1 done < "$1" - log "Enqueued playlist \"$1\" with $maxlines songs" + log "Parsed playlist \"$1\" with $maxlines songs" while read line; do [ -z "$line" ] && continue validateline "$line" || continue