1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove check for outro

This commit is contained in:
viown 2024-10-25 20:58:37 +03:00
parent 11e4549b48
commit d8db0ba226
2 changed files with 0 additions and 2 deletions

View file

@ -636,7 +636,6 @@ export default function (view) {
function onPromptSkip(e, mediaSegment) {
const player = this;
if (mediaSegment && player && mediaSegment.EndTicks != null
&& mediaSegment.Type === MediaSegmentType.Outro
&& mediaSegment.EndTicks >= playbackManager.duration(player)
&& playbackManager.getNextItem()
) {