mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display more from artist on album page
This commit is contained in:
parent
707725bb93
commit
6dfbdaa13a
4 changed files with 73 additions and 9 deletions
|
@ -173,6 +173,10 @@
|
|||
|
||||
var dataElement = dom.parentWithAttribute(elem, 'data-id');
|
||||
|
||||
if (!dataElement) {
|
||||
return;
|
||||
}
|
||||
|
||||
var id = dataElement.getAttribute('data-id');
|
||||
var type = dataElement.getAttribute('data-type');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue