Revert "Remove extra per-track cover"
This reverts commit 1f8db62abf236d96d1d7d41aca9c1bd5f9638230.
This commit is contained in:
parent
1f8db62abf
commit
3c5cc84ed0
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user