mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Keep button for 8 seconds
This commit is contained in:
parent
198d4b157c
commit
64b9ab2a19
@ -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…
Reference in New Issue
Block a user