Skip to content

Commit 00d2046

Browse files
committed
Update TrackList.cs
1 parent 4b57b3e commit 00d2046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff-utils-winforms/UI/TrackList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static void Refresh()
149149

150150
public static string GetStreamDetails(Stream stream, MediaFile mediaFile = null)
151151
{
152-
if (stream == null)
152+
if (stream == null || mediaFile == null)
153153
return "";
154154

155155
List<string> lines = new List<string>();

0 commit comments

Comments
 (0)