From 46fda6e6534544509f114f8c2a84900aa7f01341 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 29 May 2022 12:02:31 -0400 Subject: [PATCH] Update referenceUrl to include fragment (#2164) --- ext/js/background/backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index cff8a586..cdbfde1e 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.js @@ -1911,7 +1911,7 @@ class Backend { const result = new Error('Audio download failed due to possible extension permissions error'); result.data = { errors, - referenceUrl: '/issues.html' + referenceUrl: '/issues.html#audio-download-failed' }; return result; }