Temporarily log link title

This commit is contained in:
Maciej Pędzich 2024-01-15 07:00:28 +01:00
parent a981c5854c
commit deffd1fb5f

View File

@ -91,11 +91,12 @@ export const appFn = (app: Probot) => {
if (found) {
const html = await spotifyResponse.text();
const { title, description } = await getMetaData({ html });
const { description } = await getMetaData({ html });
const playlistMeta = (description || '')
.split(' · ')
.filter((text) => text !== 'Playlist');
console.log(details);
details = playlistMeta.join(' · ');
}