mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Show Skip Button When 'Next Video Info Overlay' is Disabled (#6258)
* Show Skip Button When 'Next Video Info Overlay' is Disabled * Update skipsegment.ts * Apply Suggestions Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com> * Apply Suggestions Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com> --------- Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com> Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
7ccc494a5b
commit
3311a1407f
3 changed files with 5 additions and 2 deletions
|
@ -637,6 +637,7 @@ export default function (view) {
|
|||
if (mediaSegment && player && mediaSegment.EndTicks != null
|
||||
&& mediaSegment.EndTicks >= playbackManager.duration(player)
|
||||
&& playbackManager.getNextItem()
|
||||
&& userSettings.enableNextVideoInfoOverlay()
|
||||
) {
|
||||
showComingUpNext(player);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue