Clean up PlayerActivity and PlayerViewModel

* use Local instead of streamURL to save selected language, this allows nextEp/ selected Eps to use previously selected language
* hide episodes button, if media is a movie
This commit is contained in:
2020-12-27 20:11:01 +01:00
parent 94da8c6cee
commit 7845770067
5 changed files with 75 additions and 91 deletions

View File

@ -11,7 +11,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 2100 //00.02.100
versionName "0.2.91"
versionName "0.2.92"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()