Skip to content

Commit

Permalink
Fix fallback to Invidious for the podcasts channel tab (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Mar 1, 2024
1 parent a1e57ea commit 1bdeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ export default defineComponent({
})
if (this.backendPreference === 'local' && this.backendFallback) {
showToast(this.$t('Falling back to Invidious API'))
this.getChannelPodcastsInvidious()
this.channelInvidiousPodcasts()
} else {
this.isLoading = false
}
Expand Down

0 comments on commit 1bdeb5f

Please sign in to comment.