mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
chore: use smaller debounce time
This commit is contained in:
parent
acdbf59b50
commit
4c71de4815
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ function tryRemoveElement(elem) {
|
|||
}
|
||||
}
|
||||
|
||||
setSubtitleOffset = debounce(this._setSubtitleOffset, 500);
|
||||
setSubtitleOffset = debounce(this._setSubtitleOffset, 100);
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue