fix for cached home feed

This commit is contained in:
Ethan 2022-03-27 00:00:09 -05:00
parent b4ccac5ff7
commit 3a81bd9535
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default {
// The following code is only a demo for debugging purposes, note that each "shelfRenderer" has a "title" value that seems to align to the categories at the top of the vanilla yt app
mounted() {
if (!this.recommends.length) {
if (!this.recommends.items || !this.recommends.items.length) {
this.$youtube
.recommend()
.then((result) => {