Remove extra per-track cover

This commit is contained in:
Joshua Boniface 2024-09-03 23:24:36 -04:00
parent f319961933
commit 1f8db62abf
1 changed files with 0 additions and 4 deletions

View File

@ -76,10 +76,6 @@
artist: "{{ . }}",
{{ end }}
{{ with index (split ($.Get "cover") ",") $i }}
cover: "{{ . }}",
{{ end }}
{{ with index (split ($.Get "lrc") ",") $i }}
lrc: "{{ . }}"
{{ end }}