remove unused tagreading function

This commit is contained in:
Vincent Riquer 2025-02-09 21:08:10 +01:00
parent 78c8c2b996
commit 03bfa34c43

View File

@ -1,6 +0,0 @@
#!/bin/bash
tryAPE() {
grep -q 'APETAGEX' \
"$sourcepath/$filename" \
&& type=APE
}