Skip to content

Commit

Permalink
I forgot to change this line
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Aug 20, 2024
1 parent 5c5ac89 commit 60d2e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/playlist-info/playlist-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default defineComponent({

let baseUrl = 'https://i.ytimg.com'
if (this.backendPreference === 'invidious') {
baseUrl = this.currentInvidiousInstance
baseUrl = this.currentInvidiousInstanceUrl
} else if (typeof this.playlistThumbnail === 'string' && this.playlistThumbnail.length > 0) {
// Use playlist thumbnail provided by YT when available
return this.playlistThumbnail
Expand Down

0 comments on commit 60d2e17

Please sign in to comment.