Skip to content

Commit

Permalink
fix: ytb resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 3, 2024
1 parent dd0a822 commit 4c8c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mediafetch/ytbi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ytClient = Innertube.create({
},
});

export default ytClient;
export default () => ytClient;

export const ytClientWeb: Promise<Innertube> = Innertube.create({
retrieve_player: false,
Expand Down

0 comments on commit 4c8c500

Please sign in to comment.