Skip to content

Commit 71c9c9a

Browse files
authored
Update ResultFragmentTv.kt
1 parent e8a48b0 commit 71c9c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragmentTv.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class ResultFragmentTv : BaseFragment<FragmentResultTvBinding>(
468468
resultCastItems.adapter = ActorAdaptor(aboveCast?.id, {
469469
toggleEpisodes(false)
470470
}, { actorName -> // Senin aktör arama kodun buraya entegre edildi
471-
searchCallback(actorName)
471+
onSearch(actorName)
472472
})
473473

474474
if (isLayout(EMULATOR)) {

0 commit comments

Comments
 (0)