mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Merge pull request #5129 from Bnyro/master
fix: parse playlist descriptions as html
This commit is contained in:
commit
69d11a3634
@ -148,7 +148,7 @@ class PlaylistFragment : Fragment() {
|
||||
)
|
||||
}
|
||||
|
||||
binding.playlistDescription.text = response.description
|
||||
binding.playlistDescription.text = response.description?.parseAsHtml()
|
||||
// hide playlist description text view if not provided
|
||||
binding.playlistDescription.isGone = response.description.orEmpty().isBlank()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user