We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be976f commit 43ec6d4Copy full SHA for 43ec6d4
src/renderer/helpers/api/local.js
@@ -939,7 +939,7 @@ export function parseChannelHomeTab(homeTab) {
939
title: shelf.title?.text,
940
content: shelf.contents.map(e => parseListItem(e.content)),
941
subtitle: shelf.subtitle?.text,
942
- playlistId: shelf.endpoint?.metadata.url.includes('/playlist') ? shelf.endpoint?.metadata.url.replace('/playlist?list=', '') : null
+ playlistId: shelf.endpoint?.metadata.url?.includes('/playlist') ? shelf.endpoint?.metadata.url.replace('/playlist?list=', '') : null
943
})
944
}
945
0 commit comments