From: Sergey Matveev Date: Thu, 26 Jan 2023 21:48:39 +0000 (+0300) Subject: No "none" collection X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=6d7f3c3fd0b500ec4f1ab0ee663fecc41d0f851f No "none" collection --- diff --git a/bin/bin/music-indexer b/bin/bin/music-indexer index 9c1d5d1..02e3823 100755 --- a/bin/bin/music-indexer +++ b/bin/bin/music-indexer @@ -43,6 +43,5 @@ for name (*~cols) { print "Album: ${(j/-/)album:gs/_/ /}" [[ -n $lossless ]] && print "Lossless: yes" for col ($cols) print "Collection: $col" - [[ ${#cols} -eq 0 ]] && print "Collection: unsorted" print }