forked from recloudstream/cloudstream
bump
This commit is contained in:
parent
f7a5b24742
commit
35a30940e9
2 changed files with 3 additions and 3 deletions
|
@ -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 ?: ""}"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue