mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +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
|
// hide playlist description text view if not provided
|
||||||
binding.playlistDescription.isGone = response.description.orEmpty().isBlank()
|
binding.playlistDescription.isGone = response.description.orEmpty().isBlank()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user