diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:33:01 -0500 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:33:01 -0500 | 
| commit | 14d12f6ba20b837a04c638b935773f3120e194ff (patch) | |
| tree | dcd6b61d51ff39c97b60812b2bf3c8cd564347f8 /ext/js/display/display-audio.js | |
| parent | d5b1217df3fe7480fc5f58fe194f5bbf73281094 (diff) | |
Update timer types and such
Diffstat (limited to 'ext/js/display/display-audio.js')
| -rw-r--r-- | ext/js/display/display-audio.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/display/display-audio.js b/ext/js/display/display-audio.js index 3fbfc3c8..3576decb 100644 --- a/ext/js/display/display-audio.js +++ b/ext/js/display/display-audio.js @@ -36,7 +36,7 @@ export class DisplayAudio {          this._playbackVolume = 1.0;          /** @type {boolean} */          this._autoPlay = false; -        /** @type {?number} */ +        /** @type {?import('core').Timeout} */          this._autoPlayAudioTimer = null;          /** @type {number} */          this._autoPlayAudioDelay = 400; |