From 24a911bf5fb0ce34db2a167228905aa772914ecd Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:51:15 +0300 Subject: [PATCH] Update issueParser.ts --- scripts/core/issueParser.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/core/issueParser.ts b/scripts/core/issueParser.ts index 6cb17f250..bcc6dcc70 100644 --- a/scripts/core/issueParser.ts +++ b/scripts/core/issueParser.ts @@ -8,11 +8,13 @@ const FIELDS = new Dictionary({ 'Stream URL': 'stream_url', 'Stream URL (optional)': 'stream_url', 'Stream URL (required)': 'stream_url', + 'Broken Link': 'stream_url', Label: 'label', Quality: 'quality', 'Channel Name': 'channel_name', 'HTTP User-Agent': 'user_agent', 'HTTP Referrer': 'http_referrer', + 'What happened to the stream?': 'reason', Reason: 'reason', Notes: 'notes', 'Notes (optional)': 'notes'