mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add hover menus to recordings
This commit is contained in:
parent
a0a589b876
commit
4c4c131147
17 changed files with 53 additions and 46 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
});
|
||||
|
||||
$('.activeProgramItems', page).html(html);
|
||||
$('.activeProgramItems', page).html(html).createPosterItemHoverMenu();
|
||||
});
|
||||
|
||||
apiClient.getLiveTvRecommendedPrograms({
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
});
|
||||
|
||||
$('.upcomingProgramItems', page).html(html);
|
||||
$('.upcomingProgramItems', page).html(html).createPosterItemHoverMenu();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue