Update local API modules and use new variable for related channels

This commit is contained in:
Preston 2022-04-07 22:20:33 -04:00
parent 6130ca3d95
commit 884e0967df
3 changed files with 1259 additions and 1275 deletions

View File

@ -89,11 +89,11 @@
"vue-router": "^3.5.2",
"vuex": "^3.6.2",
"youtube-suggest": "^1.1.2",
"yt-channel-info": "^3.0.1",
"yt-channel-info": "^3.0.2",
"yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^2.0.1",
"ytdl-core": "^4.10.1",
"ytpl": "^2.2.3",
"ytdl-core": "^4.11.0",
"ytpl": "^2.3.0",
"ytsr": "^3.6.0"
},
"devDependencies": {

View File

@ -139,9 +139,9 @@
v-for="(channel, index) in relatedChannels"
:key="index"
:channel-name="channel.author || channel.channelName"
:channel-id="channel.authorId"
:channel-id="channel.channelId"
:channel-thumbnail="channel.authorThumbnails[channel.authorThumbnails.length - 1].url"
@click="goToChannel(channel.authorId)"
@click="goToChannel(channel.channelId)"
/>
</ft-flex-box>
</div>

2524
yarn.lock

File diff suppressed because it is too large Load Diff