Revert "Remove extra per-track cover"

This reverts commit 1f8db62abf.
This commit is contained in:
Joshua Boniface 2024-09-03 23:28:51 -04:00
parent 1f8db62abf
commit 3c5cc84ed0
1 changed files with 4 additions and 0 deletions

View File

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