mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2025-04-10 02:11:11 +02:00
Ensure playlist's title doesn't get added to link text twice
This commit is contained in:
parent
07963969ac
commit
a981c5854c
2
appFn.ts
2
appFn.ts
@ -96,7 +96,7 @@ export const appFn = (app: Probot) => {
|
||||
.split(' · ')
|
||||
.filter((text) => text !== 'Playlist');
|
||||
|
||||
details = [title, ...playlistMeta].join(' · ');
|
||||
details = playlistMeta.join(' · ');
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user