diff --git a/lib/features/connections/widget/base/render_stream_list.dart b/lib/features/connections/widget/base/render_stream_list.dart index 5edbf3e..dc7f251 100644 --- a/lib/features/connections/widget/base/render_stream_list.dart +++ b/lib/features/connections/widget/base/render_stream_list.dart @@ -272,7 +272,7 @@ class _RenderStreamListState extends State { 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)