From a981c5854cffbafa455049d48caa5502abc9dca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich=20=28Mac=29?= Date: Tue, 9 Jan 2024 07:24:05 +0100 Subject: [PATCH] Ensure playlist's title doesn't get added to link text twice --- appFn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appFn.ts b/appFn.ts index 59f3c3f..2bc8ff2 100644 --- a/appFn.ts +++ b/appFn.ts @@ -96,7 +96,7 @@ export const appFn = (app: Probot) => { .split(' · ') .filter((text) => text !== 'Playlist'); - details = [title, ...playlistMeta].join(' · '); + details = playlistMeta.join(' · '); } return {