mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-17 16:55:12 +00:00
fix for cached home feed
This commit is contained in:
parent
b4ccac5ff7
commit
3a81bd9535
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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() {
|
mounted() {
|
||||||
if (!this.recommends.length) {
|
if (!this.recommends.items || !this.recommends.items.length) {
|
||||||
this.$youtube
|
this.$youtube
|
||||||
.recommend()
|
.recommend()
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
|
|
Loading…
Reference in a new issue