Skip to content

Commit

Permalink
Fix use of deprecated Invidious route on the videos subscription tab (F…
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored and Soham456 committed Dec 5, 2024
1 parent 61d8830 commit bd33bdf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@ export default defineComponent({
getChannelVideosInvidiousScraper: function (channel, failedAttempts = 0) {
return new Promise((resolve, reject) => {
const subscriptionsPayload = {
resource: 'channels/latest',
resource: 'channels',
id: channel.id,
subResource: 'videos',
params: {}
}

Expand Down

0 comments on commit bd33bdf

Please sign in to comment.