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

support plot keywords

This commit is contained in:
Luke Pulverenti 2014-01-14 10:50:39 -05:00
parent 7d9325b1b2
commit 9ba438a8e3
9 changed files with 227 additions and 31 deletions

View file

@ -20,8 +20,8 @@
$('#recentlyAddedItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true
}));
})).createPosterItemHoverMenu();
});
@ -50,7 +50,8 @@
shape: 'backdrop',
overlayText: true,
showTitle: true
}));
})).createPosterItemHoverMenu();
});
@ -77,7 +78,8 @@
$('#trailerItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true
}));
})).createPosterItemHoverMenu();
});