the media type should not change while playing a media (tv show/movie)

This commit is contained in:
Jannik 2022-01-09 19:24:21 +01:00
parent b79d962b8d
commit 87cc4c5ec1
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 0 additions and 8 deletions

View File

@ -364,14 +364,6 @@ class PlayerActivity : AppCompatActivity() {
} else {
View.VISIBLE
}
// TODO reimplement for cr
// hide the episodes button, if the media type changed
// button_episodes.visibility = if (model.media.type == DataTypes.MediaType.MOVIE) {
// View.GONE
// } else {
// View.VISIBLE
// }
}
/**