mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-05-06 15:49:25 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 8edcd9a511cf7fd7bbebf4edce68922504267adb
This commit is contained in:
parent
184981281a
commit
7d8a0c3137
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class _RenderStreamListState extends State<RenderStreamList> {
|
|||
subtitle: item.description == null && item.streamSource == null
|
||||
? null
|
||||
: Text(
|
||||
"${item.description ?? ""}\n---\n${item.streamSource?.title}"
|
||||
"${item.description ?? ""}\n---\n${item.streamSource?.title ?? ""}"
|
||||
.trim(),
|
||||
),
|
||||
trailing: (item.source is MediaURLSource)
|
||||
|
|
|
|||
Loading…
Reference in a new issue