forked from recloudstream/cloudstream
small fix
This commit is contained in:
parent
41fd364401
commit
415c173524
2 changed files with 0 additions and 3 deletions
|
@ -182,7 +182,6 @@ var app = Requests(responseParser = object : ResponseParser {
|
|||
}
|
||||
}).apply {
|
||||
defaultHeaders = mapOf("user-agent" to USER_AGENT)
|
||||
//baseClient = baseClient.newBuilder().connectionSpecs(listOf(ConnectionSpec.COMPATIBLE_TLS)).build()
|
||||
}
|
||||
|
||||
class MainActivity : AppCompatActivity(), ColorPickerDialogListener {
|
||||
|
|
|
@ -1189,12 +1189,10 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
}
|
||||
|
||||
override fun onTimestampSkipped(timestamp: EpisodeSkip.SkipStamp) {
|
||||
println("onTimestampSkipped:::$timestamp")
|
||||
displayTimeStamp(false)
|
||||
}
|
||||
|
||||
override fun onTimestamp(timestamp: EpisodeSkip.SkipStamp) {
|
||||
println("onTimestamp:::$timestamp")
|
||||
skip_chapter_button.setText(timestamp.uiText)
|
||||
displayTimeStamp(true)
|
||||
skip_chapter_button?.handler?.postDelayed({
|
||||
|
|
Loading…
Reference in a new issue