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:
parent
11e4549b48
commit
d8db0ba226
2 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue