Update comment

This commit is contained in:
Richard Webster
2026-07-23 11:57:34 +01:00
parent 3d4c52092e
commit ca0cf763ff
@@ -757,7 +757,7 @@ namespace MediaBrowser.MediaEncoding.Probing
if (string.IsNullOrEmpty(stream.Title))
{
// mp4 missing track title workaround: FFprobe exposes MP4 track names via the name tag rather than title
// FFprobe exposes MP4 track names via the name tag rather than title
stream.Title = GetDictionaryValue(streamInfo.Tags, "name");
if (string.IsNullOrEmpty(stream.Title))
@@ -787,7 +787,7 @@ namespace MediaBrowser.MediaEncoding.Probing
if (string.IsNullOrEmpty(stream.Title))
{
// mp4 missing track title workaround: FFprobe exposes MP4 track names via the name tag rather than title
// FFprobe exposes MP4 track names via the name tag rather than title
stream.Title = GetDictionaryValue(streamInfo.Tags, "name");
if (string.IsNullOrEmpty(stream.Title))