Show all Cast&Crew, not just Actors
This commit is contained in:
@@ -1804,9 +1804,7 @@ function renderSpecials(page, item, user) {
|
||||
}
|
||||
|
||||
function renderCast(page, item) {
|
||||
const people = (item.People || []).filter(function (p) {
|
||||
return p.Type === 'Actor';
|
||||
});
|
||||
const people = item.People || [];
|
||||
|
||||
if (!people.length) {
|
||||
page.querySelector('#castCollapsible').classList.add('hide');
|
||||
|
||||
Reference in New Issue
Block a user