Skip to content

Commit

Permalink
run lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Nov 4, 2024
1 parent f0884b8 commit 35cfca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/renderer/helpers/api/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ export function parseChannelHomeTab(homeTab) {
for (section of homeTab.current_tab.content.contents) {
if (section.type === 'ItemSection') {
/**
* @type {import('youtubei.js').YTNodes.ItemSection}
*/
* @type {import('youtubei.js').YTNodes.ItemSection}
*/
const itemSection = section
if (itemSection.contents.at(0).type === 'Shelf') {
/** @type {import('youtubei.js').YTNodes.Shelf} */
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/views/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ export default defineComponent({
try {
/**
* @type {import('youtubei.js').YT.Channel}
*/
*/
const channel = this.channelInstance
const homeTab = channel // await channel.getHome()

Expand Down

0 comments on commit 35cfca4

Please sign in to comment.