update studio links

This commit is contained in:
Luke Pulverenti
2016-11-26 19:50:31 -05:00
parent 44513d8744
commit c7b2fa8dc1
2 changed files with 8 additions and 7 deletions
+6 -6
View File
@@ -101,7 +101,7 @@
items: result.Items,
shape: "backdrop",
preferThumb: true,
context: 'tv',
context: 'tvshows',
lazy: true,
overlayMoreButton: true
});
@@ -112,7 +112,7 @@
items: result.Items,
shape: "backdrop",
preferThumb: true,
context: 'tv',
context: 'tvshows',
lazy: true,
cardLayout: true,
showTitle: true,
@@ -126,7 +126,7 @@
items: result.Items,
shape: "banner",
preferBanner: true,
context: 'tv',
context: 'tvshows',
lazy: true
});
}
@@ -134,7 +134,7 @@
html = listView.getListViewHtml({
items: result.Items,
context: 'tv',
context: 'tvshows',
sortBy: query.SortBy
});
}
@@ -143,7 +143,7 @@
html = cardBuilder.getCardsHtml({
items: result.Items,
shape: "portrait",
context: 'tv',
context: 'tvshows',
showTitle: true,
showSeriesYear: true,
lazy: true,
@@ -157,7 +157,7 @@
html = cardBuilder.getCardsHtml({
items: result.Items,
shape: "portrait",
context: 'tv',
context: 'tvshows',
centerText: true,
lazy: true,
overlayMoreButton: true
+2 -1
View File
@@ -53,7 +53,8 @@
showTitle: false,
scalable: true,
showItemCounts: true,
centerText: true,
centerText: true,
overlayMoreButton: true,
context: 'tvshows'
});