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

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

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

View file

@ -53,7 +53,8 @@
scalable: true,
showItemCounts: true,
centerText: true,
overlayMoreButton: true
overlayMoreButton: true,
context: 'tvshows'
});
Dashboard.hideLoadingMsg();