mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 47
|
versionCode 48
|
||||||
versionName "2.10.27"
|
versionName "2.10.28"
|
||||||
|
|
||||||
resValue "string", "app_version",
|
resValue "string", "app_version",
|
||||||
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
||||||
|
|
|
@ -424,7 +424,7 @@ class GeneratorPlayer : FullScreenPlayer() {
|
||||||
override fun showMirrorsDialogue() {
|
override fun showMirrorsDialogue() {
|
||||||
try {
|
try {
|
||||||
currentSelectedSubtitles = player.getCurrentPreferredSubtitle()
|
currentSelectedSubtitles = player.getCurrentPreferredSubtitle()
|
||||||
println("CURRENT SELECTED :$currentSelectedSubtitles of $currentSubs")
|
//println("CURRENT SELECTED :$currentSelectedSubtitles of $currentSubs")
|
||||||
context?.let { ctx ->
|
context?.let { ctx ->
|
||||||
val isPlaying = player.getIsPlaying()
|
val isPlaying = player.getIsPlaying()
|
||||||
player.handleEvent(CSPlayerEvent.Pause)
|
player.handleEvent(CSPlayerEvent.Pause)
|
||||||
|
|
Loading…
Reference in a new issue