refined collection editing
This commit is contained in:
parent
e829482b7a
commit
67f909cd87
9 changed files with 86 additions and 299 deletions
|
@ -577,13 +577,7 @@
|
|||
|
||||
} else {
|
||||
|
||||
var shape = "smallPoster";
|
||||
|
||||
if (item.Type == "Season") {
|
||||
shape = "smallBackdrop";
|
||||
}
|
||||
|
||||
var html;
|
||||
var html = '';
|
||||
|
||||
if (item.Type == "Series" || item.Type == "BoxSet") {
|
||||
html = LibraryBrowser.getPosterViewHtml({
|
||||
|
@ -613,15 +607,7 @@
|
|||
centerText: true
|
||||
});
|
||||
}
|
||||
else {
|
||||
html = LibraryBrowser.getPosterDetailViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
shape: shape,
|
||||
showParentName: false,
|
||||
displayAsSpecial: item.Type == "Season" && item.IndexNumber
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
$('#childrenContent', page).html(html).createPosterItemHoverMenu();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue