mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fixed #524
This commit is contained in:
parent
8dae4c2b0f
commit
d5316bff9b
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ class ResultFragmentTv : Fragment() {
|
||||||
resultPlaySeries.setOnClickListener {
|
resultPlaySeries.setOnClickListener {
|
||||||
viewModel.handleAction(
|
viewModel.handleAction(
|
||||||
EpisodeClickEvent(
|
EpisodeClickEvent(
|
||||||
ACTION_PLAY_EPISODE_IN_PLAYER,
|
ACTION_CLICK_DEFAULT,
|
||||||
first
|
first
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue