This commit is contained in:
LagradOst 2022-06-09 19:25:51 +02:00
parent f7a5b24742
commit 35a30940e9
2 changed files with 3 additions and 3 deletions

View file

@ -424,7 +424,7 @@ class GeneratorPlayer : FullScreenPlayer() {
override fun showMirrorsDialogue() {
try {
currentSelectedSubtitles = player.getCurrentPreferredSubtitle()
println("CURRENT SELECTED :$currentSelectedSubtitles of $currentSubs")
//println("CURRENT SELECTED :$currentSelectedSubtitles of $currentSubs")
context?.let { ctx ->
val isPlaying = player.getIsPlaying()
player.handleEvent(CSPlayerEvent.Pause)