release v0.8.4
This commit is contained in:
parent
71a6b9a31f
commit
012fdd5b8e
@ -9,8 +9,8 @@ android {
|
||||
compileSdk 35
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 33
|
||||
versionCode 14
|
||||
versionName "0.8.3"
|
||||
versionCode 15
|
||||
versionName "0.8.4"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
@ -140,7 +140,10 @@ class ReproductorActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
AsyncTask.execute {
|
||||
videoPlayback = this.clientVideo.getVideo(this.video.uuid, ManagerSingleton.token.token)
|
||||
videoPlayback = if (ManagerSingleton.token.status == 1)
|
||||
this.clientVideo.getVideo(this.video.uuid, ManagerSingleton.token.token)
|
||||
else
|
||||
this.clientVideo.getVideo(this.video.uuid)
|
||||
// TODO: Make this configurable
|
||||
// val bufferSize = 1024 * 1024 // 1mb
|
||||
// val allocator = DefaultAllocator(true, bufferSize)
|
||||
|
Loading…
x
Reference in New Issue
Block a user