parent
1f8db62abf
commit
3c5cc84ed0
|
@ -76,6 +76,10 @@
|
|||
artist: "{{ . }}",
|
||||
{{ end }}
|
||||
|
||||
{{ with index (split ($.Get "cover") ",") $i }}
|
||||
cover: "{{ . }}",
|
||||
{{ end }}
|
||||
|
||||
{{ with index (split ($.Get "lrc") ",") $i }}
|
||||
lrc: "{{ . }}"
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue