imporoved id encoding

This commit is contained in:
2025-08-24 18:41:51 +02:00
parent 54934f1eab
commit f93b85b55e
2 changed files with 3 additions and 3 deletions

View File

@@ -54,5 +54,5 @@ BEGIN {
sortk = year ? year : 0
if (local_releases[id])
line = format_local line
print sortk, line, id, local_releases[id]
print sortk, line, id ":" local_releases[id]
}