Temporarily reintroduce double titles bug

This commit is contained in:
2024-01-17 19:26:55 +01:00
committed by GitHub
parent 4257382210
commit ab17aafa0c

View File

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