1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

display recording groups

This commit is contained in:
Luke Pulverenti 2013-12-28 16:37:01 -05:00
parent 6d15c55327
commit 04a52bcd6d
8 changed files with 112 additions and 54 deletions

View file

@ -67,7 +67,7 @@
html += '</li>';
}
html += '</a></ul>';
html += '</ul>';
$('#items', page).html(html).trigger('create');