diff --git a/src/renderer/components/playlist-info/playlist-info.js b/src/renderer/components/playlist-info/playlist-info.js index 7ccaff3fc3a1f..6f9ff99bcfd99 100644 --- a/src/renderer/components/playlist-info/playlist-info.js +++ b/src/renderer/components/playlist-info/playlist-info.js @@ -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