Remove artist from song list
This commit is contained in:
parent
2cc5e727e4
commit
53593e4ab4
|
@ -121,8 +121,6 @@
|
||||||
(t += r(e.name)),
|
(t += r(e.name)),
|
||||||
(t += '</span>\n <span class="aplayer-list-duration">'),
|
(t += '</span>\n <span class="aplayer-list-duration">'),
|
||||||
(t += r(e.duration)),
|
(t += r(e.duration)),
|
||||||
(t += '</span>\n <span class="aplayer-list-author">'),
|
|
||||||
(t += r(e.artist)),
|
|
||||||
(t += "</span>\n</li>\n");
|
(t += "</span>\n</li>\n");
|
||||||
}),
|
}),
|
||||||
t
|
t
|
||||||
|
|
Loading…
Reference in New Issue