diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-08-20 11:17:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 11:17:24 -0400 |
commit | 310303ca1a123a77f9bd116af4dc64ad9c3256c5 (patch) | |
tree | af8bad0ec544625970a5f2a4613fff27773b162c /ext/issues.html | |
parent | 02483a45b1b7fb0654b3f37571b92400b76734a5 (diff) |
Audio download timeout (#2187)
* Add support for an idle timeout when downloading audio
* Update eslint rules
* Pass idleTimeout to the downloader from DisplayAnki
* Add anki.downloadTimeout setting
* Update tests
* Assign _audioDownloadIdleTimeout using settings
* Show info about cancelled downloads
* Handle Firefox bug
* Improve audio errors
* Refactor
* Move functions to RequestBuilder
Diffstat (limited to 'ext/issues.html')
-rw-r--r-- | ext/issues.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/issues.html b/ext/issues.html index 4d74ae76..df6e6135 100644 --- a/ext/issues.html +++ b/ext/issues.html @@ -42,6 +42,18 @@ </div></div></div></div> </div> + <h2 id="audio-download-idle-timeout">Audio download was cancelled due to an idle timeout</h2> + <div class="settings-group"> + <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> + <p> + Audio files can be downloaded from remote servers when creating Anki cards, + and sometimes these downloads can stall due to server or internet connectivity issues. + The <em>Idle download timeout</em> setting on the <a href="/settings.html#!anki">settings page</a> + specifies a time limit for stalled downloads. + </p> + </div></div></div></div> + </div> + <div class="footer-padding"></div> </div> |