Update issueParser.ts

This commit is contained in:
freearhey 2023-09-18 01:51:15 +03:00
parent 6d194f58ce
commit 24a911bf5f

View File

@ -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'