Temporarily reintroduce double titles bug
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user