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

fixes #834 - Change view of TV Shows or Interface for plugins

This commit is contained in:
Luke Pulverenti 2014-07-05 12:51:39 -04:00
parent 66a2e3ce93
commit 4318490be2
13 changed files with 146 additions and 54 deletions

View file

@ -59,9 +59,9 @@
$('.dashboardMenuButton').createHoverTouch().on('hovertouch', showDashboardMenu);
}
function getItemHref(item) {
function getItemHref(item, context) {
return LibraryBrowser.getHref(item);
return LibraryBrowser.getHref(item, context);
}
function getViewsHtml() {