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…
Reference in New Issue