Skip to content

Commit

Permalink
Migrate Trending to the composition API (#6397)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Dec 18, 2024
1 parent ab10d95 commit ff15d83
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 221 deletions.
2 changes: 1 addition & 1 deletion src/renderer/helpers/api/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export async function untilEndOfLocalPlayList(playlist, callback, options = { ru
/**
* @param {string} location
* @param {'default'|'music'|'gaming'|'movies'} tab
* @param {import('youtubei.js').Mixins.TabbedFeed|null} instance
* @param {import('youtubei.js').Mixins.TabbedFeed<import('youtubei.js').IBrowseResponse> | null} instance
*/
export async function getLocalTrending(location, tab, instance) {
if (instance === null) {
Expand Down
195 changes: 0 additions & 195 deletions src/renderer/views/Trending/Trending.js

This file was deleted.

Loading

0 comments on commit ff15d83

Please sign in to comment.