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

#712 - Support grouping multiple versions of a movie

This commit is contained in:
Luke Pulverenti 2014-03-16 00:23:58 -04:00
parent 7e2ffe8202
commit 6429e4e379
24 changed files with 72 additions and 51 deletions

View file

@ -23,7 +23,7 @@
});
$('.activeProgramItems', page).html(html).createPosterItemHoverMenu();
$('.activeProgramItems', page).html(html).createPosterItemMenus();
});
apiClient.getLiveTvRecommendedPrograms({
@ -46,7 +46,7 @@
});
$('.upcomingProgramItems', page).html(html).createPosterItemHoverMenu();
$('.upcomingProgramItems', page).html(html).createPosterItemMenus();
});
}