ptgdp: Add comments

This commit is contained in:
Salt 2019-08-04 00:04:15 -05:00
parent 300422f1a4
commit 50f9986705

4
ptgdp
View File

@ -148,6 +148,10 @@ playlist() {
local -i dlfailure=0
while read line; do
[ -z "$line" ] && continue
# Ignore comment lines
if ! [ "${line#\#}" = "$line" ]; then
continue
fi
rm "$_tmpfile"* > /dev/null 2>&1
sanitize "$line"
filename="$_musicdir/$_return"