We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cf12d commit e761ba4Copy full SHA for e761ba4
app/src/main/java/com/lagradost/cloudstream3/ui/player/RepoLinkGenerator.kt
@@ -88,6 +88,8 @@ class RepoLinkGenerator(
88
89
currentCache.subtitleCache.forEach { sub ->
90
currentSubsUrls.add(sub.url)
91
+ val suffixCount = lastCountedSuffix.getOrDefault(sub.originalName, 0u) + 1u
92
+ lastCountedSuffix[sub.originalName] = suffixCount
93
subtitleCallback(sub)
94
}
95
0 commit comments