From 6d7f3c3fd0b500ec4f1ab0ee663fecc41d0f851f Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Fri, 27 Jan 2023 00:48:39 +0300
Subject: [PATCH] No "none" collection

---
 bin/bin/music-indexer | 1 -
 1 file changed, 1 deletion(-)

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
 }
-- 
2.50.0