minor fixes

* fix episode count in MediaFragement
* fix tmdb language tag
* update media type detection to use the episode field as episodeNumber may be messinging from certain episodes of tv shows
This commit is contained in:
2023-04-16 13:49:22 +02:00
parent 01d026cc7f
commit cf02bee7d4
8 changed files with 24 additions and 17 deletions

View File

@ -11,9 +11,9 @@ android {
defaultConfig {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 32
versionCode 100990 //01.00.000
versionName "1.1.0-beta1"
targetSdkVersion 33
versionCode 100991 //01.00.000
versionName "1.1.0-beta2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()