replace tmdb multi search with type search (movie/tv)

multi search often retuns a wrong result, therfore use movie or tv show search
This commit is contained in:
2022-01-02 17:51:45 +01:00
parent 9f47304b55
commit 0866ce5917
4 changed files with 77 additions and 45 deletions

View File

@ -155,7 +155,7 @@ class MediaFragment(private val mediaIdStr: String, mediaCr: Item = NoneItem) :
}
}
else -> {
println("else")
binding.textEpisodesOrRuntime.visibility = View.GONE
}
}