Project import generated by Copybara.

GitOrigin-RevId: 8edcd9a511cf7fd7bbebf4edce68922504267adb
This commit is contained in:
Madari Developers 2025-01-05 13:53:55 +00:00
parent 184981281a
commit 7d8a0c3137

View file

@ -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)