mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
use Episode in case of null season
This commit is contained in:
parent
79d222f93e
commit
0d1dec97cb
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class ResultFragmentTv : Fragment() {
|
||||||
resume.isMovie -> context?.getString(R.string.resume)
|
resume.isMovie -> context?.getString(R.string.resume)
|
||||||
resume.result.season != null ->
|
resume.result.season != null ->
|
||||||
"${getString(R.string.season_short)}${resume.result.season}:${getString(R.string.episode_short)}${resume.result.episode}"
|
"${getString(R.string.season_short)}${resume.result.season}:${getString(R.string.episode_short)}${resume.result.episode}"
|
||||||
else -> "${getString(R.string.episode_short)}${resume.result.episode}"
|
else -> "${getString(R.string.episode)}${resume.result.episode}"
|
||||||
}
|
}
|
||||||
|
|
||||||
resultResumeSeriesButton.setOnClickListener {
|
resultResumeSeriesButton.setOnClickListener {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue