mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update ResultViewModel2.kt
This commit is contained in:
parent
b52f341e3c
commit
b5205ca31c
1 changed files with 1 additions and 2 deletions
|
@ -1693,8 +1693,7 @@ class ResultViewModel2 : ViewModel() {
|
|||
txt(R.string.episode_action_copy_link)
|
||||
) { (result, index) ->
|
||||
val link = result.links[index]
|
||||
val clip = "${link.name} , ${link.url}"
|
||||
clipboardHelper(link.name, clip )
|
||||
clipboardHelper(link.name, link.url)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue