diff options
Diffstat (limited to 'ext/js')
| -rw-r--r-- | ext/js/background/backend.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;                      } |