Temporarily reintroduce double titles bug

This commit is contained in:
Maciej Pędzich 2024-01-17 19:26:55 +01:00 committed by GitHub
parent 4257382210
commit ab17aafa0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ const appFn = (app: Probot) => {
.filter((text) => text !== 'Playlist');
console.log(details);
details = playlistMeta.join(' · ');
details = [title, ...playlistMeta].join(' · ');
}
return {