mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Keep button for 8 seconds
This commit is contained in:
parent
198d4b157c
commit
64b9ab2a19
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class SkipSegment extends PlaybackSubscriber {
|
|||
elem.classList.remove('skip-button-hidden');
|
||||
|
||||
if (!options.keep) {
|
||||
this.hideTimeout = setTimeout(this.hideSkipButton.bind(this), 6000);
|
||||
this.hideTimeout = setTimeout(this.hideSkipButton.bind(this), 8000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue