aboutsummaryrefslogtreecommitdiff
path: root/plz
diff options
context:
space:
mode:
Diffstat (limited to 'plz')
-rwxr-xr-xplz1
1 files changed, 0 insertions, 1 deletions
diff --git a/plz b/plz
index 342ccdd..8d597b2 100755
--- a/plz
+++ b/plz
@@ -31,7 +31,6 @@ shopt -s extglob
declare -a matches
while IFS= read -d '' -r file ; do
- [[ $file == *.@(flac|m4a|mp3|ogg) ]] || continue
matches[${#matches[@]}]=$file
done < <(
find "${PLZ_DIR:-$HOME/Music}" \