Added Type for specials

pull/1/head
Jéluchu 5 years ago
parent efba1b5af6
commit b6ba2a0e4d

@ -174,6 +174,7 @@ const getSpecials = async (type, subType, page) =>{
promises.push({ promises.push({
id: doc.id, id: doc.id,
title: doc.title, title: doc.title,
type: doc.type,
banner: doc.banner, banner: doc.banner,
image: doc.poster, image: doc.poster,
synopsis: doc.synopsis, synopsis: doc.synopsis,

Loading…
Cancel
Save