feat: New request hook to fetch videos

This commit is contained in:
XnpioChV
2023-03-17 11:59:59 -05:00
parent 14504073e0
commit b78e58cd2a
24 changed files with 136 additions and 98 deletions

View File

@@ -60,6 +60,8 @@ GalleryCard.propTypes = {
portableUrl: PropTypes.string,
thumbnail: PropTypes.string,
url: PropTypes.string,
duration: PropTypes.number,
status: PropTypes.string,
}).isRequired,
showId: PropTypes.bool,
};