fix playlist fallback for piped

This commit is contained in:
ChunkyProgrammer 2023-08-21 09:46:01 -07:00
parent 22be652c54
commit 550a9abe5c
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export default defineComponent({
this.isLoading = false
} catch (err) {
console.error(err)
if (this.backendPreference === 'invidious' && this.backendFallback) {
if (this.backendPreference === 'piped' && this.backendFallback) {
if (process.env.IS_ELECTRON && this.fallbackPreference === 'local') {
console.warn('Error getting data with Piped, falling back to local backend')
this.getPlaylistLocal()