1
0
Fork 0
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:
Ivan Schurawel 2023-02-20 15:26:17 -05:00 committed by Ivan Schurawel
parent acdbf59b50
commit 4c71de4815

View file

@ -572,7 +572,7 @@ function tryRemoveElement(elem) {
}
}
setSubtitleOffset = debounce(this._setSubtitleOffset, 500);
setSubtitleOffset = debounce(this._setSubtitleOffset, 100);
/**
* @private