crunchyroll support #49

Merged
Seil0 merged 42 commits from feature/crunchyroll into develop 2022-03-19 20:42:54 +01:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit aa41884db5 - Show all commits

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
// }
}
/**