mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Group Methods
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
.Where(i => i.Type != MediaStreamType.Subtitle || !string.IsNullOrWhiteSpace(i.Codec))
|
||||
.ToList();
|
||||
|
||||
info.MediaAttachments = internalStreams.Select(s => GetMediaAttachment(s))
|
||||
info.MediaAttachments = internalStreams.Select(GetMediaAttachment)
|
||||
.Where(i => i != null)
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user