Skip to content

Commit c304e85

Browse files
authored
Minor Fix IntroDbSkip (#2634)
1 parent a7f5f9a commit c304e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/lagradost/cloudstream3/utils/videoskip

app/src/main/java/com/lagradost/cloudstream3/utils/videoskip/IntroDbSkip.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class IntroDbSkip : SkipAPI() {
4747
val start = it.startMs ?: return@let null
4848
val end = it.endMs ?: return@let null
4949
SkipStamp(
50-
type = SkipType.Credits,
50+
type = SkipType.Ending,
5151
startMs = start,
5252
endMs = end
5353
)

0 commit comments

Comments
 (0)