fix tmdb search for movies

movies don't have name but titles
This commit is contained in:
2021-07-04 13:01:49 +02:00
parent c1b0b4038c
commit 664959641f
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 4190 //00.04.190
versionName "0.4.2-beta1"
versionName "0.4.2-beta2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()