Add new MediaAttachment to store attachments found during media probing.

This commit is contained in:
Andrew Mahone
2019-10-03 11:51:28 -04:00
parent 91600b1c81
commit 321e5cba60
3 changed files with 84 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ namespace MediaBrowser.Model.Dto
public List<MediaStream> MediaStreams { get; set; }
public List<MediaAttachment> MediaAttachments { get; set; }
public string[] Formats { get; set; }
public int? Bitrate { get; set; }