Skip to content

Commit ff15d83

Browse files
authored
Migrate Trending to the composition API (#6397)
1 parent ab10d95 commit ff15d83

File tree

3 files changed

+252
-221
lines changed

3 files changed

+252
-221
lines changed

src/renderer/helpers/api/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function untilEndOfLocalPlayList(playlist, callback, options = { ru
178178
/**
179179
* @param {string} location
180180
* @param {'default'|'music'|'gaming'|'movies'} tab
181-
* @param {import('youtubei.js').Mixins.TabbedFeed|null} instance
181+
* @param {import('youtubei.js').Mixins.TabbedFeed<import('youtubei.js').IBrowseResponse> | null} instance
182182
*/
183183
export async function getLocalTrending(location, tab, instance) {
184184
if (instance === null) {

src/renderer/views/Trending/Trending.js

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)