mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-27 16:05:48 +01:00
Temporarily reintroduce double titles bug
This commit is contained in:
parent
4257382210
commit
ab17aafa0c
@ -99,7 +99,7 @@ const appFn = (app: Probot) => {
|
||||
.filter((text) => text !== 'Playlist');
|
||||
|
||||
console.log(details);
|
||||
details = playlistMeta.join(' · ');
|
||||
details = [title, ...playlistMeta].join(' · ');
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user