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

@ -35,8 +35,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 47
versionName "2.10.27"
versionCode 48
versionName "2.10.28"
resValue "string", "app_version",
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"

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)