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

improve cd and poster views

This commit is contained in:
Luke Pulverenti 2013-04-23 22:50:43 -04:00
parent afbda20cad
commit 0595f24311
6 changed files with 209 additions and 23 deletions

View file

@ -122,6 +122,9 @@
if (context == "music" && item.Type == "Genre") {
$('#musicGenreTabs', page).show();
}
if (context == "music" && item.Type == "Artist") {
$('#artistTabs', page).show();
}
}
function renderTabs(page, item) {